Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars.XMLGrammarDescription
-
-
Uses of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLGrammarDescription Modifier and Type Class Description classXMLDTDDescriptionAll information specific to DTD grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLGrammarDescription Modifier and Type Method Description XMLGrammarDescriptionDTDGrammar. getGrammarDescription()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLGrammarDescription Modifier and Type Method Description DTDGrammarDTDGrammarBucket. getGrammar(XMLGrammarDescription desc) -
Uses of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XMLGrammarDescription Modifier and Type Class Description classXSDDescriptionAll information specific to XML Schema grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLGrammarDescription Modifier and Type Method Description XMLGrammarDescriptionSchemaGrammar.BuiltinSchemaGrammar. getGrammarDescription()XMLGrammarDescriptionSchemaGrammar. getGrammarDescription()XMLGrammarDescriptionSchemaGrammar.Schema4Annotations. getGrammarDescription() -
Uses of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLGrammarDescription Modifier and Type Method Description booleanCachingParserPool.ShadowedGrammarPool. containsGrammar(XMLGrammarDescription desc)Returns true if the grammar pool contains a grammar associated to the specified description.GrammarCachingParserPool.ShadowedGrammarPool. getGrammar(XMLGrammarDescription desc)Returns the grammar associated to the specified description.GrammarCachingParserPool.ShadowedGrammarPool. retrieveGrammar(XMLGrammarDescription gDesc)Retrieve a particular grammar.GrammarCachingParserPool.SynchronizedGrammarPool. retrieveGrammar(XMLGrammarDescription gDesc) -
Uses of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util declared as XMLGrammarDescription Modifier and Type Field Description XMLGrammarDescriptionXMLGrammarPoolImpl.Entry. descMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLGrammarDescription Modifier and Type Method Description booleanXMLGrammarPoolImpl. containsGrammar(XMLGrammarDescription desc)Returns true if the grammar pool contains a grammar associated to the specified grammar description.booleanXMLGrammarPoolImpl. equals(XMLGrammarDescription desc1, XMLGrammarDescription desc2)This method checks whether two grammars are the same.GrammarXMLGrammarPoolImpl. getGrammar(XMLGrammarDescription desc)Returns the grammar associated to the specified grammar description.intXMLGrammarPoolImpl. hashCode(XMLGrammarDescription desc)Returns the hash code value for the given grammar description.GrammarXMLGrammarPoolImpl. removeGrammar(XMLGrammarDescription desc)Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.GrammarXMLGrammarPoolImpl. retrieveGrammar(XMLGrammarDescription desc)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLGrammarDescription Constructor Description Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next) -
Uses of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Subinterfaces of XMLGrammarDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars Modifier and Type Interface Description interfaceXMLDTDDescriptionAll information specific to DTD grammars.interfaceXMLSchemaDescriptionAll information specific to XML Schema grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return XMLGrammarDescription Modifier and Type Method Description XMLGrammarDescriptionGrammar. getGrammarDescription()get theXMLGrammarDescriptionassociated with this objectMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars with parameters of type XMLGrammarDescription Modifier and Type Method Description GrammarXMLGrammarPool. retrieveGrammar(XMLGrammarDescription desc)This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
-