|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLGrammarPool in org.apache.xerces.impl.dtd |
---|
Fields in org.apache.xerces.impl.dtd declared as XMLGrammarPool | |
---|---|
protected XMLGrammarPool |
XMLDTDValidator.fGrammarPool
|
protected XMLGrammarPool |
XMLDTDProcessor.fGrammarPool
|
Constructors in org.apache.xerces.impl.dtd with parameters of type XMLGrammarPool | |
---|---|
XML11DTDProcessor(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
|
|
XMLDTDLoader(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
|
Uses of XMLGrammarPool in org.apache.xerces.impl.xs |
---|
Fields in org.apache.xerces.impl.xs declared as XMLGrammarPool | |
---|---|
protected XMLGrammarPool |
XMLSchemaValidator.fGrammarPool
|
Uses of XMLGrammarPool in org.apache.xerces.impl.xs.opti |
---|
Fields in org.apache.xerces.impl.xs.opti declared as XMLGrammarPool | |
---|---|
protected XMLGrammarPool |
SchemaParsingConfig.fGrammarPool
Grammar pool. |
Constructors in org.apache.xerces.impl.xs.opti with parameters of type XMLGrammarPool | |
---|---|
SchemaParsingConfig(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
SchemaParsingConfig(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
Uses of XMLGrammarPool in org.apache.xerces.impl.xs.util |
---|
Classes in org.apache.xerces.impl.xs.util that implement XMLGrammarPool | |
---|---|
class |
XSGrammarPool
Add a method that return an XSModel that represents components in
the schema grammars in this pool implementation. |
Uses of XMLGrammarPool in org.apache.xerces.jaxp.validation |
---|
Methods in org.apache.xerces.jaxp.validation that return XMLGrammarPool | |
---|---|
XMLGrammarPool |
XSGrammarPoolContainer.getGrammarPool()
Returns the grammar pool contained inside the container. |
Methods in org.apache.xerces.jaxp.validation with parameters of type XMLGrammarPool | |
---|---|
Schema |
XMLSchemaFactory.newSchema(XMLGrammarPool pool)
|
Uses of XMLGrammarPool in org.apache.xerces.parsers |
---|
Classes in org.apache.xerces.parsers that implement XMLGrammarPool | |
---|---|
static class |
CachingParserPool.ShadowedGrammarPool
Shadowed grammar pool. |
static class |
CachingParserPool.SynchronizedGrammarPool
Synchronized grammar pool. |
Fields in org.apache.xerces.parsers declared as XMLGrammarPool | |
---|---|
protected XMLGrammarPool |
XMLGrammarPreparser.fGrammarPool
|
protected XMLGrammarPool |
XML11NonValidatingConfiguration.fGrammarPool
Grammar pool. |
protected XMLGrammarPool |
XML11DTDConfiguration.fGrammarPool
Grammar pool. |
protected XMLGrammarPool |
XML11Configuration.fGrammarPool
Grammar pool. |
protected XMLGrammarPool |
NonValidatingConfiguration.fGrammarPool
Grammar pool. |
protected XMLGrammarPool |
DTDConfiguration.fGrammarPool
Grammar pool. |
protected XMLGrammarPool |
CachingParserPool.fSynchronizedGrammarPool
Grammar pool. |
Methods in org.apache.xerces.parsers that return XMLGrammarPool | |
---|---|
XMLGrammarPool |
XMLGrammarPreparser.getGrammarPool()
Returns the registered grammar pool. |
XMLGrammarPool |
CachingParserPool.getXMLGrammarPool()
Returns the grammar pool. |
Methods in org.apache.xerces.parsers with parameters of type XMLGrammarPool | |
---|---|
void |
XMLGrammarPreparser.setGrammarPool(XMLGrammarPool grammarPool)
Sets the grammar pool. |
Constructors in org.apache.xerces.parsers with parameters of type XMLGrammarPool | |
---|---|
CachingParserPool.ShadowedGrammarPool(XMLGrammarPool grammarPool)
Constructs a shadowed grammar pool. |
|
CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool grammarPool)
Constructs a synchronized grammar pool. |
|
CachingParserPool(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a caching parser pool with the specified symbol table and grammar pool. |
|
DOMASBuilderImpl(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Deprecated. Constructs a DOM Builder using the specified symbol table and grammar pool. |
|
DOMParser(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a DOM parser using the specified symbol table and grammar pool. |
|
DOMParserImpl(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a DOM Builder using the specified symbol table and grammar pool. |
|
DTDConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
NonValidatingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
|
SAXParser(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool. |
|
SecurityConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
XML11NonValidatingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
|
XMLDocumentParser(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a document parser using the specified symbol table and grammar pool. |
|
XMLGrammarCachingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
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)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
XPointerParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
Uses of XMLGrammarPool in org.apache.xerces.util |
---|
Classes in org.apache.xerces.util that implement XMLGrammarPool | |
---|---|
class |
XMLGrammarPoolImpl
Stores grammars in a pool associated to a specific key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |