OptionalwithAdd an endIndex property to nodes.
When the parser is used in a non-streaming fashion, endIndex is an integer
indicating the position of the end of the node in the document.
OptionalwithAdd a startIndex property to nodes.
When the parser is used in a non-streaming fashion, startIndex is an integer
indicating the position of the start of the node in the document.
OptionalxmlTreat the markup as XML.
Configuration options for
DomHandler.