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

Packages that use Grammar
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 Grammar in org.apache.xerces.impl.dtd
 

Classes in org.apache.xerces.impl.dtd that implement Grammar
 class DTDGrammar
          A DTD grammar.
 

Methods in org.apache.xerces.impl.dtd that return Grammar
 Grammar XMLDTDLoader.loadGrammar(XMLInputSource source)
          Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

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

Classes in org.apache.xerces.impl.xs that implement Grammar
 class SchemaGrammar
          This class is to hold all schema component declaration that are declared within one namespace.
static class SchemaGrammar.BuiltinSchemaGrammar
           
static class SchemaGrammar.Schema4Annotations
          A partial schema for schemas for validating annotations.
 

Methods in org.apache.xerces.impl.xs that return Grammar
 Grammar XMLSchemaLoader.loadGrammar(XMLInputSource source)
          Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Uses of Grammar in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return Grammar
 Grammar CachingParserPool.ShadowedGrammarPool.getGrammar(XMLGrammarDescription desc)
          Returns the grammar associated to the specified description.
 Grammar XMLGrammarCachingConfiguration.parseGrammar(java.lang.String type, java.lang.String uri)
          Parse a grammar from a location identified by an URI.
 Grammar XMLGrammarCachingConfiguration.parseGrammar(java.lang.String type, XMLInputSource is)
          Parse a grammar from a location identified by an XMLInputSource.
 Grammar XMLGrammarPreparser.preparseGrammar(java.lang.String type, XMLInputSource is)
          Parse a grammar from a location identified by an XMLInputSource.
 Grammar CachingParserPool.SynchronizedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc)
           
 Grammar CachingParserPool.ShadowedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc)
          Retrieve a particular grammar.
 Grammar[] CachingParserPool.SynchronizedGrammarPool.retrieveInitialGrammarSet(java.lang.String grammarType)
           
 Grammar[] CachingParserPool.ShadowedGrammarPool.retrieveInitialGrammarSet(java.lang.String grammarType)
          Retrieve the initial set of grammars for the validator to work with.
 

Methods in org.apache.xerces.parsers with parameters of type Grammar
 void CachingParserPool.SynchronizedGrammarPool.cacheGrammars(java.lang.String grammarType, Grammar[] grammars)
           
 void CachingParserPool.ShadowedGrammarPool.cacheGrammars(java.lang.String grammarType, Grammar[] grammars)
          Give the grammarPool the option of caching these grammars.
 

Uses of Grammar in org.apache.xerces.util
 

Methods in org.apache.xerces.util that return Grammar
 Grammar XMLGrammarPoolImpl.getGrammar(XMLGrammarDescription desc)
          Returns the grammar associated to the specified 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)
           
 Grammar[] XMLGrammarPoolImpl.retrieveInitialGrammarSet(java.lang.String grammarType)
           
 

Methods in org.apache.xerces.util with parameters of type Grammar
 void XMLGrammarPoolImpl.cacheGrammars(java.lang.String grammarType, Grammar[] grammars)
           
 void XMLGrammarPoolImpl.putGrammar(Grammar grammar)
          Puts the specified grammar into the grammar pool and associates it to its root element name or its target namespace.
 

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

Subinterfaces of Grammar in org.apache.xerces.xni.grammars
 interface XSGrammar
          Representing a schema grammar.
 

Methods in org.apache.xerces.xni.grammars that return Grammar
 Grammar XMLGrammarLoader.loadGrammar(XMLInputSource source)
          Returns a Grammar object by parsing the contents of the entity pointed to by source.
 Grammar XMLGrammarPool.retrieveGrammar(XMLGrammarDescription desc)
           This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
 Grammar[] XMLGrammarPool.retrieveInitialGrammarSet(java.lang.String grammarType)
           retrieve the initial known set of grammars.
 

Methods in org.apache.xerces.xni.grammars with parameters of type Grammar
 void XMLGrammarPool.cacheGrammars(java.lang.String grammarType, Grammar[] grammars)
          return the final set of grammars that the validator ended up with.