BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.apache.xerces.xni.grammars.XMLGrammarPool

Packages that use XMLGrammarPool
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
 

Uses of XMLGrammarPool in weblogic.apache.xerces.dom
 

Classes in weblogic.apache.xerces.dom that implement XMLGrammarPool
 class DOMNormalizer
          Deprecated. please use JDK supplied XML parsers and transformers
 

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

Fields in weblogic.apache.xerces.impl.dtd declared as XMLGrammarPool
protected  XMLGrammarPool XMLDTDValidator.fGrammarPool
          Deprecated.  
protected  XMLGrammarPool XMLDTDProcessor.fGrammarPool
          Deprecated.  
 

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

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

Fields in weblogic.apache.xerces.impl.xs declared as XMLGrammarPool
protected  XMLGrammarPool XMLSchemaValidator.fGrammarPool
          Deprecated.  
 

Uses of XMLGrammarPool in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLGrammarPool
static class CachingParserPool.ShadowedGrammarPool
          Deprecated. Shadowed grammar pool.
static class CachingParserPool.SynchronizedGrammarPool
          Deprecated. Synchronized grammar pool.
 

Fields in weblogic.apache.xerces.parsers declared as XMLGrammarPool
protected  XMLGrammarPool XMLGrammarPreparser.fGrammarPool
          Deprecated.  
protected  XMLGrammarPool NonValidatingConfiguration.fGrammarPool
          Deprecated. Grammar pool.
protected  XMLGrammarPool DTDConfiguration.fGrammarPool
          Deprecated. Grammar pool.
protected  XMLGrammarPool CachingParserPool.fSynchronizedGrammarPool
          Deprecated. Grammar pool.
 

Methods in weblogic.apache.xerces.parsers that return XMLGrammarPool
 XMLGrammarPool XMLGrammarPreparser.getGrammarPool()
          Deprecated. Returns the registered grammar pool.
 XMLGrammarPool CachingParserPool.getXMLGrammarPool()
          Deprecated. Returns the grammar pool.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLGrammarPool
 void XMLGrammarPreparser.setGrammarPool(XMLGrammarPool grammarPool)
          Deprecated. Sets the grammar pool.
 

Constructors in weblogic.apache.xerces.parsers with parameters of type XMLGrammarPool
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, XMLGrammarPool grammarPool)
          Deprecated. Constructs a document parser using the specified symbol table and grammar pool.
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, 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, 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, XMLGrammarPool grammarPool)
          Deprecated. Constructs a SAX parser using the specified symbol table and grammar pool.
SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a SAX parser using the specified symbol table and grammar pool.
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.
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, XMLGrammarPool grammarPool)
          Deprecated. Constructs a DOM parser using the specified symbol table and grammar pool.
DOMBuilderImpl(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a DOM Builder using 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.
CachingParserPool(SymbolTable symbolTable, XMLGrammarPool grammarPool)
          Deprecated. Constructs a caching parser pool with the specified symbol table and grammar pool.
CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool grammarPool)
          Constructs a synchronized grammar pool.
CachingParserPool.ShadowedGrammarPool(XMLGrammarPool grammarPool)
          Constructs a shadowed grammar pool.
 

Uses of XMLGrammarPool in weblogic.apache.xerces.util
 

Classes in weblogic.apache.xerces.util that implement XMLGrammarPool
 class XMLGrammarPoolImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 


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