Uses of Class
org.apache.xerces.util.SymbolTable

Packages that use SymbolTable
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.validation   
org.apache.xerces.impl.xpath   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.impl.xs.traversers   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xpointer   
 

Uses of SymbolTable in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type SymbolTable
 void XMLEntityScanner.reset(SymbolTable symbolTable, XMLEntityManager entityManager, XMLErrorReporter reporter)
           
 

Constructors in org.apache.xerces.impl with parameters of type SymbolTable
XML11DTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
          Constructor for he use of non-XMLComponentManagers.
XMLDTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
          Constructor for he use of non-XMLComponentManagers.
 

Uses of SymbolTable in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd that return SymbolTable
 SymbolTable DTDGrammar.getSymbolTable()
          Returns the symbol table.
 

Constructors in org.apache.xerces.impl.dtd with parameters of type SymbolTable
DTDGrammar(SymbolTable symbolTable, XMLDTDDescription desc)
          Default constructor.
XML11DTDProcessor(SymbolTable symbolTable)
           
XML11DTDProcessor(SymbolTable symbolTable, XMLGrammarPool grammarPool)
           
XMLDTDLoader(SymbolTable symbolTable)
           
XMLDTDLoader(SymbolTable symbolTable, XMLGrammarPool grammarPool)
           
 

Uses of SymbolTable in org.apache.xerces.impl.validation
 

Methods in org.apache.xerces.impl.validation with parameters of type SymbolTable
 void ValidationState.setSymbolTable(SymbolTable sTable)
           
 

Uses of SymbolTable in org.apache.xerces.impl.xpath
 

Constructors in org.apache.xerces.impl.xpath with parameters of type SymbolTable
XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs an XPath object from the specified expression.
 

Uses of SymbolTable in org.apache.xerces.impl.xs
 

Constructors in org.apache.xerces.impl.xs with parameters of type SymbolTable
SchemaGrammar(java.lang.String targetNamespace, XSDDescription grammarDesc, SymbolTable symbolTable)
          Default constructor.
SchemaNamespaceSupport(Element schemaRoot, SymbolTable symbolTable)
           
XMLSchemaLoader(SymbolTable symbolTable)
           
 

Uses of SymbolTable in org.apache.xerces.impl.xs.identity
 

Constructors in org.apache.xerces.impl.xs.identity with parameters of type SymbolTable
Field.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a field XPath expression.
Selector.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a selector XPath expression.
 

Uses of SymbolTable in org.apache.xerces.impl.xs.opti
 

Constructors in org.apache.xerces.impl.xs.opti with parameters of type SymbolTable
SchemaParsingConfig(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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 SymbolTable in org.apache.xerces.impl.xs.traversers
 

Methods in org.apache.xerces.impl.xs.traversers with parameters of type SymbolTable
 void XSAttributeChecker.reset(SymbolTable symbolTable)
           
 

Uses of SymbolTable in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return SymbolTable
 SymbolTable CachingParserPool.getSymbolTable()
          Returns the symbol table.
 

Constructors in org.apache.xerces.parsers with parameters of type SymbolTable
CachingParserPool(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a caching parser pool with the specified symbol table and grammar pool.
DOMASBuilderImpl(SymbolTable symbolTable)
          Deprecated. Constructs a DOM Builder using the specified symbol table.
DOMASBuilderImpl(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a DOM Builder using the specified symbol table and grammar pool.
DOMParser(SymbolTable symbolTable)
          Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a DOM parser using the specified symbol table and grammar pool.
DOMParserImpl(SymbolTable symbolTable)
          Constructs a DOM Builder using the specified symbol table.
DOMParserImpl(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a DOM Builder using the specified symbol table and grammar pool.
DTDConfiguration(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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.
DTDParser(SymbolTable symbolTable)
           
IntegratedParserConfiguration(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a SAX parser using the specified symbol table.
SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a SAX parser using the specified symbol table and grammar pool.
SecurityConfiguration(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a parser configuration using the specified symbol table.
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)
          Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Constructs a document parser using the specified symbol table and grammar pool.
XMLGrammarCachingConfiguration(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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.
XMLGrammarPreparser(SymbolTable symbolTable)
          Constructs a preparser using the specified symbol table.
XPointerParserConfiguration(SymbolTable symbolTable)
          Constructs a parser configuration using the specified symbol table.
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 SymbolTable in org.apache.xerces.util
 

Subclasses of SymbolTable in org.apache.xerces.util
 class ShadowedSymbolTable
          Shadowed symbol table.
 class SoftReferenceSymbolTable
          This symbol table uses SoftReferences to its String entries, which means that table entries that have no references to them can be garbage collected when memory is needed.
 class SynchronizedSymbolTable
          Synchronized symbol table.
 

Methods in org.apache.xerces.util that return SymbolTable
 SymbolTable JAXPNamespaceContextWrapper.getSymbolTable()
           
 

Methods in org.apache.xerces.util with parameters of type SymbolTable
 void JAXPNamespaceContextWrapper.setSymbolTable(SymbolTable symbolTable)
           
 

Constructors in org.apache.xerces.util with parameters of type SymbolTable
JAXPNamespaceContextWrapper(SymbolTable symbolTable)
           
ShadowedSymbolTable(SymbolTable symbolTable)
          Constructs a shadow of the specified symbol table.
SynchronizedSymbolTable(SymbolTable symbolTable)
          Constructs a synchronized symbol table.
 

Uses of SymbolTable in org.apache.xerces.xpointer
 

Constructors in org.apache.xerces.xpointer with parameters of type SymbolTable
XPointerHandler(SymbolTable symbolTable, XMLErrorHandler errorHandler, XMLErrorReporter errorReporter)