Modifier and Type | Class and Description |
---|---|
class |
DOMConfigurationImpl
Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
|
Constructor and Description |
---|
DOMConfigurationImpl(SymbolTable symbolTable,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table
and parent settings.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLVersionDetector.reset(XMLComponentManager componentManager) |
void |
XMLScanner.reset(XMLComponentManager componentManager) |
void |
XMLNamespaceBinder.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager) |
void |
XMLErrorReporter.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLEntityManager.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
reset
|
void |
XML11NSDocumentScannerImpl.reset(XMLComponentManager componentManager) |
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDValidator.reset(XMLComponentManager componentManager) |
void |
XMLDTDProcessor.reset(XMLComponentManager componentManager) |
void |
XML11DTDValidator.reset(XMLComponentManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.reset(XMLComponentManager componentManager) |
void |
XMLSchemaLoader.reset(XMLComponentManager componentManager) |
Modifier and Type | Method and Description |
---|---|
void |
CMNodeFactory.reset(XMLComponentManager componentManager) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaParsingConfig |
Constructor and Description |
---|
SchemaParsingConfig(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
Modifier and Type | Method and Description |
---|---|
void |
XSDHandler.reset(XMLComponentManager componentManager) |
Modifier and Type | Class and Description |
---|---|
class |
BasicParserConfiguration
A very basic parser configuration.
|
class |
DTDConfiguration
This is the DTD-only parser configuration.
|
class |
IntegratedParserConfiguration
This is configuration uses a scanner that integrates both scanning of the document
and binding namespaces.
|
class |
NonValidatingConfiguration
This is the non validating parser configuration.
|
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 |
SoftReferenceSymbolTableConfiguration
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 . |
class |
StandardParserConfiguration
This is the "standard" parser configuration.
|
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. |
Constructor and Description |
---|
BasicParserConfiguration(SymbolTable symbolTable,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table
and parent settings.
|
DTDConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
IntegratedParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
NonValidatingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
SecurityConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
StandardParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XIncludeAwareParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XIncludeParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XML11Configuration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XML11DTDConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XML11NonValidatingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XMLGrammarCachingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
XPointerParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
Modifier and Type | Class and Description |
---|---|
class |
ParserConfigurationSettings
This class implements the basic operations for managing parser
configuration features and properties.
|
Modifier and Type | Field and Description |
---|---|
protected XMLComponentManager |
ParserConfigurationSettings.fParentSettings
Parent parser configuration settings.
|
Constructor and Description |
---|
ParserConfigurationSettings(XMLComponentManager parent)
Constructs a parser configuration settings object with a
parent settings object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XIncludeHandler.copyFeatures(XMLComponentManager from,
ParserConfigurationSettings to) |
protected void |
XIncludeHandler.copyFeatures(XMLComponentManager from,
XMLParserConfiguration to) |
void |
XIncludeHandler.reset(XMLComponentManager componentManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLParserConfiguration
Represents a parser configuration.
|
interface |
XMLPullParserConfiguration
Represents a parser configuration that can be used as the
configuration for a "pull" parser.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLComponent.reset(XMLComponentManager componentManager)
Resets the component.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.