BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

Packages that use SymbolTable
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.validation   
weblogic.apache.xerces.impl.xpath   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
weblogic.apache.xml.serialize   
 

Uses of SymbolTable in weblogic.apache.xerces.dom
 

Fields in weblogic.apache.xerces.dom declared as SymbolTable
protected  SymbolTable DOMValidationConfiguration.fSymbolTable
          Deprecated. Symbol table.
protected  SymbolTable DOMNormalizer.fSymbolTable
          Deprecated. symbol table
 

Constructors in weblogic.apache.xerces.dom with parameters of type SymbolTable
DOMValidationConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
DOMValidationConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table and parent settings.
 

Uses of SymbolTable in weblogic.apache.xerces.impl
 

Fields in weblogic.apache.xerces.impl declared as SymbolTable
protected  SymbolTable XMLScanner.fSymbolTable
          Deprecated. Symbol table.
protected  SymbolTable XMLNamespaceBinder.fSymbolTable
          Deprecated. Symbol table.
protected  SymbolTable XMLEntityManager.fSymbolTable
          Deprecated. Symbol table.
 

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

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

Fields in weblogic.apache.xerces.impl.dtd declared as SymbolTable
protected  SymbolTable XMLDTDValidator.fSymbolTable
          Deprecated. Symbol table.
protected  SymbolTable XMLDTDProcessor.fSymbolTable
          Deprecated. Symbol table.
 

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

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

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

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

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

Fields in weblogic.apache.xerces.impl.xpath declared as SymbolTable
protected  SymbolTable XPath.fSymbolTable
          Deprecated. Symbol table.
 

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

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

Fields in weblogic.apache.xerces.impl.xs declared as SymbolTable
protected  SymbolTable XMLSchemaValidator.fSymbolTable
          Deprecated. Symbol table.
 

Constructors in weblogic.apache.xerces.impl.xs with parameters of type SymbolTable
XMLSchemaLoader(SymbolTable symbolTable)
          Deprecated.  
 

Uses of SymbolTable in weblogic.apache.xerces.parsers
 

Fields in weblogic.apache.xerces.parsers declared as SymbolTable
protected  SymbolTable XMLGrammarPreparser.fSymbolTable
          Deprecated.  
protected  SymbolTable CachingParserPool.fSynchronizedSymbolTable
          Deprecated. Symbol table.
protected  SymbolTable BasicParserConfiguration.fSymbolTable
          Deprecated. Symbol table.
 

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

Constructors in weblogic.apache.xerces.parsers with parameters of type SymbolTable
XMLGrammarPreparser(SymbolTable symbolTable)
          Deprecated. Constructs a preparser using the specified symbol table.
XMLGrammarParser(SymbolTable symbolTable)
          Deprecated. Construct an XMLGrammarParser with the specified symbol table
XMLGrammarCachingConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XMLDocumentParser(SymbolTable symbolTable)
          Deprecated. Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a document parser using the specified symbol table and grammar pool.
XML11Configuration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
StandardParserConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SecurityConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SAXPullParser(SymbolTable symbolTable)
          Deprecated. Constructs a SAX parser using the specified symbol table.
SAXPullParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a SAX parser using the specified symbol table and grammar pool.
SAXParser(SymbolTable symbolTable)
          Deprecated. Constructs a SAX parser using the specified symbol table.
SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a SAX parser using the specified symbol table and grammar pool.
NonValidatingConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
DTDParser(SymbolTable symbolTable)
          Deprecated.  
DTDConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a parser configuration using the specified symbol table and grammar pool.
DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
DOMParser(SymbolTable symbolTable)
          Deprecated. Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a DOM parser using the specified symbol table and grammar pool.
DOMBuilderImpl(SymbolTable symbolTable)
          Deprecated. Constructs a DOM Builder using the specified symbol table.
DOMBuilderImpl(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a DOM Builder using 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.
CachingParserPool(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a caching parser pool with the specified symbol table and grammar pool.
BasicParserConfiguration(SymbolTable symbolTable)
          Deprecated. Constructs a parser configuration using the specified symbol table.
BasicParserConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table and parent settings.
 

Uses of SymbolTable in weblogic.apache.xerces.util
 

Subclasses of SymbolTable in weblogic.apache.xerces.util
 class ShadowedSymbolTable
          Deprecated. please use JDK supplied XML parsers and transformers
 class SynchronizedSymbolTable
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.util declared as SymbolTable
protected  SymbolTable SynchronizedSymbolTable.fSymbolTable
          Deprecated. Main symbol table.
protected  SymbolTable ShadowedSymbolTable.fSymbolTable
          Deprecated. Main symbol table.
 

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

Uses of SymbolTable in weblogic.apache.xml.serialize
 

Fields in weblogic.apache.xml.serialize declared as SymbolTable
protected  SymbolTable XMLSerializer.fSymbolTable
          symbol table for serialization
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.