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

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

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

Classes in org.apache.xerces.impl.dtd that implement XMLGrammarDescription
 class XMLDTDDescription
          All information specific to DTD grammars.
 

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

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

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

Classes in org.apache.xerces.impl.xs that implement XMLGrammarDescription
 class XSDDescription
          All information specific to XML Schema grammars.
 

Methods in org.apache.xerces.impl.xs that return XMLGrammarDescription
 XMLGrammarDescription SchemaGrammar.getGrammarDescription()
           
 XMLGrammarDescription SchemaGrammar.BuiltinSchemaGrammar.getGrammarDescription()
           
 XMLGrammarDescription SchemaGrammar.Schema4Annotations.getGrammarDescription()
           
 

Uses of XMLGrammarDescription in org.apache.xerces.parsers
 

Methods in org.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 org.apache.xerces.util
 

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

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

Subinterfaces of XMLGrammarDescription in org.apache.xerces.xni.grammars
 interface XMLDTDDescription
          All information specific to DTD grammars.
 interface XMLSchemaDescription
          All information specific to XML Schema grammars.
 

Methods in org.apache.xerces.xni.grammars that return XMLGrammarDescription
 XMLGrammarDescription Grammar.getGrammarDescription()
          get the XMLGrammarDescription associated with this object
 

Methods in org.apache.xerces.xni.grammars with parameters of type XMLGrammarDescription
 Grammar XMLGrammarPool.retrieveGrammar(XMLGrammarDescription desc)
           This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.