| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityConfiguration
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.
|
class |
XIncludeAwareParserConfiguration
This class is the configuration used to parse XML 1.0 and XML 1.1 documents
and provides support for XInclude.
|
class |
XIncludeParserConfiguration
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. |
class |
XML11Configuration
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
|
class |
XML11DTDConfiguration
This class is the DTD-only parser configuration
used to parse XML 1.0 and XML 1.1 documents.
|
class |
XML11NonValidatingConfiguration
This class is the non vlaidating parser configuration
used to parse XML 1.0 and XML 1.1 documents.
|
class |
XMLGrammarCachingConfiguration
This configuration provides a generic way of using
Xerces's grammar caching facilities.
|
class |
XPointerParserConfiguration
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. |
Copyright © 2018–2021 mhoffrogge. All rights reserved.