CachingParserPool(SymbolTable symbolTable,
XMLGrammarPool grammarPool) |
Constructs a caching parser pool with 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.
|
SecureProcessingConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool) |
Constructs a parser configuration using the specified symbol table and
grammar pool.
|
SecureProcessingConfiguration(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) |
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.
|
ShadowedGrammarPool(XMLGrammarPool grammarPool) |
Constructs a shadowed grammar pool.
|
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.
|
SynchronizedGrammarPool(XMLGrammarPool grammarPool) |
Constructs a synchronized grammar pool.
|
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.
|