BEA Systems, Inc.

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

Packages that use XMLGrammarDescription
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
weblogic.apache.xerces.xni.grammars   
 

Uses of XMLGrammarDescription in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLGrammarDescription
 Grammar DOMNormalizer.retrieveGrammar(XMLGrammarDescription desc)
          Deprecated.  
 

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

Classes in weblogic.apache.xerces.impl.dtd that implement XMLGrammarDescription
 class XMLDTDDescription
           
 

Methods in weblogic.apache.xerces.impl.dtd that return XMLGrammarDescription
 XMLGrammarDescription DTDGrammar.getGrammarDescription()
          Deprecated.  
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLGrammarDescription
 DTDGrammar DTDGrammarBucket.getGrammar(XMLGrammarDescription desc)
          Deprecated.  
 

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

Classes in weblogic.apache.xerces.impl.xs that implement XMLGrammarDescription
 class XSDDescription
           
 

Methods in weblogic.apache.xerces.impl.xs that return XMLGrammarDescription
 XMLGrammarDescription SchemaGrammar.getGrammarDescription()
          Deprecated.  
 XMLGrammarDescription SchemaGrammar.BuiltinSchemaGrammar.getGrammarDescription()
           
 

Uses of XMLGrammarDescription in weblogic.apache.xerces.parsers
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLGrammarDescription
 boolean CachingParserPool.ShadowedGrammarPool.containsGrammar(XMLGrammarDescription desc)
          Returns true if the grammar pool contains a grammar associated to the specified description.
 Grammar CachingParserPool.ShadowedGrammarPool.getGrammar(XMLGrammarDescription desc)
          Returns the grammar associated to the specified description.
 Grammar CachingParserPool.SynchronizedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc)
           
 Grammar CachingParserPool.ShadowedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc)
          Retrieve a particular grammar.
 

Uses of XMLGrammarDescription in weblogic.apache.xerces.util
 

Fields in weblogic.apache.xerces.util declared as XMLGrammarDescription
 XMLGrammarDescription XMLGrammarPoolImpl.Entry.desc
           
 

Methods in weblogic.apache.xerces.util with parameters of type XMLGrammarDescription
 boolean XMLGrammarPoolImpl.containsGrammar(XMLGrammarDescription desc)
          Deprecated. Returns true if the grammar pool contains a grammar associated to the specified grammar description.
 boolean XMLGrammarPoolImpl.equals(XMLGrammarDescription desc1, XMLGrammarDescription desc2)
          Deprecated. This method checks whether two grammars are the same.
 Grammar XMLGrammarPoolImpl.getGrammar(XMLGrammarDescription desc)
          Deprecated. Returns the grammar associated to the specified grammar description.
 int XMLGrammarPoolImpl.hashCode(XMLGrammarDescription desc)
          Deprecated. Returns the hash code value for the given grammar description.
 Grammar XMLGrammarPoolImpl.removeGrammar(XMLGrammarDescription desc)
          Deprecated. Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.
 Grammar XMLGrammarPoolImpl.retrieveGrammar(XMLGrammarDescription desc)
          Deprecated.  
 

Constructors in weblogic.apache.xerces.util with parameters of type XMLGrammarDescription
XMLGrammarPoolImpl.Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
           
 

Uses of XMLGrammarDescription in weblogic.apache.xerces.xni.grammars
 

Methods in weblogic.apache.xerces.xni.grammars that return XMLGrammarDescription
 XMLGrammarDescription Grammar.getGrammarDescription()
          Deprecated.  
 

Methods in weblogic.apache.xerces.xni.grammars with parameters of type XMLGrammarDescription
 Grammar XMLGrammarPool.retrieveGrammar(XMLGrammarDescription desc)
           
 


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