Config

Used to configure how the parser works.

Members

Variables

skipComments
auto skipComments;

Whether the comments should be skipped while parsing.

skipPI
auto skipPI;

Whether processing instructions should be skipped.

splitEmpty
auto splitEmpty;

Whether the parser should report empty element tags as if they were a start tag followed by an end tag with nothing in between.

throwOnEntityRef
auto throwOnEntityRef;

Whether the parser should throw when it encounters any entity references other than the five entity references defined in the XML standard.

See Also

Meta