| |
|
| org.apache.xerces.parsers.XML11Configuration org.apache.xerces.parsers.XIncludeAwareParserConfiguration org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
SoftReferenceSymbolTableConfiguration | public class SoftReferenceSymbolTableConfiguration extends XIncludeAwareParserConfiguration (Code) | | 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 . The internalized
strings stored in this SymbolTable are softly reachable and may be
cleared by the garbage collector in response to memory demand.
See Also: org.apache.xerces.util.SoftReferenceSymbolTable author: Peter McCracken, IBM version: $Id: SoftReferenceSymbolTableConfiguration.java 478344 2006-11-22 22:19:56Z mrglavas $ |
SoftReferenceSymbolTableConfiguration | public SoftReferenceSymbolTableConfiguration()(Code) | | Default constructor.
|
SoftReferenceSymbolTableConfiguration | public SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable)(Code) | | Constructs a parser configuration using the specified symbol table.
Parameters: symbolTable - The symbol table to use. |
SoftReferenceSymbolTableConfiguration | public SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)(Code) | | Constructs a parser configuration using the specified symbol table and
grammar pool.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. |
SoftReferenceSymbolTableConfiguration | public SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)(Code) | | Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. Parameters: parentSettings - The parent settings. |
|
|
|