This configuration allows Xerces to behave in a security-conscious manner; that is,
it permits applications to instruct Xerces to limit certain
operations that could be exploited by malicious document authors to cause a denail-of-service
attack when the document is parsed.
This parser configuration extends the default configuration allowing Xerces to
handle usage scenarios where the names in the XML documents being parsed are mostly
unique by installing a memory sensitive SymbolTable.
This parser configuration includes an XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.
This class is the non vlaidating parser configuration
used to parse XML 1.0 and XML 1.1 documents.
Xerces parser that uses this configuration is notconformant
non-validating XML processor, since conformant non-validating processor is required
to process "all the declarations they read in the internal DTD subset ...
This parser configuration includes an XPointerHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.