XmlException if handler is null.(XmlSaxHandler handler,
string systemId = "",
XmlSaxOptions options = XmlSaxOptions.init,
XmlIncrementalReaderOptions readerOptions = XmlIncrementalReaderOptions.init) @safeConstructs an incremental SAX parser.
handler | SAX handler to receive callbacks. Must not be null. |
systemId | Optional system identifier for error locations. |
options | SAX parsing options. |
readerOptions | Options forwarded to the underlying XmlIncrementalReader. |
XmlException if handler is null.