| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLComponentManager in org.apache.xerces.dom | 
|---|
| Classes in org.apache.xerces.dom that implement XMLComponentManager | |
|---|---|
 class | 
DOMConfigurationImpl
Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.  | 
| Uses of XMLComponentManager in org.apache.xerces.impl | 
|---|
| Methods in org.apache.xerces.impl with parameters of type XMLComponentManager | |
|---|---|
 void | 
XML11NSDocumentScannerImpl.reset(XMLComponentManager componentManager)
 | 
 void | 
XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
reset  | 
 void | 
XMLNamespaceBinder.reset(XMLComponentManager componentManager)
Resets the component.  | 
 void | 
XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.  | 
 void | 
XMLScanner.reset(XMLComponentManager componentManager)
 | 
 void | 
XMLNSDocumentScannerImpl.reset(XMLComponentManager componentManager)
 | 
 void | 
XMLEntityManager.reset(XMLComponentManager componentManager)
Resets the component.  | 
 void | 
XMLVersionDetector.reset(XMLComponentManager componentManager)
 | 
 void | 
XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
Resets the component.  | 
 void | 
XMLErrorReporter.reset(XMLComponentManager componentManager)
Resets the component.  | 
| Uses of XMLComponentManager in org.apache.xerces.impl.dtd | 
|---|
| Methods in org.apache.xerces.impl.dtd with parameters of type XMLComponentManager | |
|---|---|
 void | 
XMLDTDValidator.reset(XMLComponentManager componentManager)
 | 
 void | 
XML11DTDValidator.reset(XMLComponentManager manager)
 | 
 void | 
XMLDTDProcessor.reset(XMLComponentManager componentManager)
 | 
| Uses of XMLComponentManager in org.apache.xerces.impl.xs | 
|---|
| Methods in org.apache.xerces.impl.xs with parameters of type XMLComponentManager | |
|---|---|
 void | 
XMLSchemaValidator.reset(XMLComponentManager componentManager)
 | 
 void | 
XMLSchemaLoader.reset(XMLComponentManager componentManager)
 | 
| Uses of XMLComponentManager in org.apache.xerces.impl.xs.models | 
|---|
| Methods in org.apache.xerces.impl.xs.models with parameters of type XMLComponentManager | |
|---|---|
 void | 
CMNodeFactory.reset(XMLComponentManager componentManager)
 | 
| Uses of XMLComponentManager in org.apache.xerces.impl.xs.opti | 
|---|
| Classes in org.apache.xerces.impl.xs.opti that implement XMLComponentManager | |
|---|---|
 class | 
SchemaParsingConfig
 | 
| Constructors in org.apache.xerces.impl.xs.opti with parameters of type XMLComponentManager | |
|---|---|
SchemaParsingConfig(SymbolTable symbolTable,
                    XMLGrammarPool grammarPool,
                    XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.  | 
|
| Uses of XMLComponentManager in org.apache.xerces.impl.xs.traversers | 
|---|
| Methods in org.apache.xerces.impl.xs.traversers with parameters of type XMLComponentManager | |
|---|---|
 void | 
XSDHandler.reset(XMLComponentManager componentManager)
 | 
| Uses of XMLComponentManager in org.apache.xerces.parsers | 
|---|
| Classes in org.apache.xerces.parsers that implement XMLComponentManager | |
|---|---|
 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. | 
| Constructors in org.apache.xerces.parsers with parameters of type XMLComponentManager | |
|---|---|
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.  | 
|
| Uses of XMLComponentManager in org.apache.xerces.util | 
|---|
| Classes in org.apache.xerces.util that implement XMLComponentManager | |
|---|---|
 class | 
ParserConfigurationSettings
This class implements the basic operations for managing parser configuration features and properties.  | 
| Constructors in org.apache.xerces.util with parameters of type XMLComponentManager | |
|---|---|
ParserConfigurationSettings(XMLComponentManager parent)
Constructs a parser configuration settings object with a parent settings object.  | 
|
| Uses of XMLComponentManager in org.apache.xerces.xinclude | 
|---|
| Methods in org.apache.xerces.xinclude with parameters of type XMLComponentManager | |
|---|---|
 void | 
XIncludeHandler.reset(XMLComponentManager componentManager)
 | 
| Uses of XMLComponentManager in org.apache.xerces.xni.parser | 
|---|
| Subinterfaces of XMLComponentManager in org.apache.xerces.xni.parser | |
|---|---|
 interface | 
XMLParserConfiguration
Represents a parser configuration.  | 
 interface | 
XMLPullParserConfiguration
Represents a parser configuration that can be used as the configuration for a "pull" parser.  | 
| Methods in org.apache.xerces.xni.parser with parameters of type XMLComponentManager | |
|---|---|
 void | 
XMLComponent.reset(XMLComponentManager componentManager)
Resets the component.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||