XmlIncrementalSaxParser.this

this(XmlSaxHandler handler, string systemId = "", XmlSaxOptions options = XmlSaxOptions.init, XmlIncrementalReaderOptions readerOptions = XmlIncrementalReaderOptions.init) @safe

Constructs an incremental SAX parser.

Parameters

handlerSAX handler to receive callbacks. Must not be null.
systemIdOptional system identifier for error locations.
optionsSAX parsing options.
readerOptionsOptions forwarded to the underlying XmlIncrementalReader.

Throws

XmlException if handler is null.