Configuration
| Description
|
DTDConfiguration
|
A DTD-only configuration. Contains components appropriate to DTD-centric validation.
|
IntegratedParserConfiguration
|
Extends StandardParserConfiguration by including a scanner that integrates
both scanning of the document and binding namespaces.
|
NonValidatingConfiguration
|
A non-validating configuration. It does not provide a
conformant
non-validating XML processor because it does not process the declarations
in an internal subset besides checking their well-formedness.
|
SecurityConfiguration
|
Extends the default configuration allowing Xerces to behave in a more
security conscious manner by installing a
SecurityManager.
|
SoftReferenceSymbolTableConfiguration
|
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. The internalized strings stored
in this SymbolTable are softly reachable and may be cleared by the garbage
collector in response to memory demand.
|
StandardParserConfiguration
|
Extends DTDConfiguration by adding support for XML schema validation.
|
XIncludeAwareParserConfiguration
|
Extends XML11Configuration by providing support
for XInclude. See the XInclude FAQ.
|
XML11Configuration
|
Like IntegratedParserConfiguration except that it supports XML 1.1
in addition to XML 1.0.
|
XML11DTDConfiguration
|
Like DTDConfiguration except that it supports XML 1.1 in addition to XML 1.0.
|
XML11NonValidatingConfiguration
|
Like NonValidatingConfiguration except that it supports XML 1.1 in addition to XML 1.0.
|
XMLGrammarCachingConfiguration
|
Extends the default configuration by providing a generic
way of using Xerces' grammar caching facilities.
|