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 class
XMLDTDDescription
All 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 XMLGrammarDescription
DTDGrammar. getGrammarDescription()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLGrammarDescription Modifier and Type Method Description DTDGrammar
DTDGrammarBucket. 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 class
XSDDescription
All 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 XMLGrammarDescription
SchemaGrammar.BuiltinSchemaGrammar. getGrammarDescription()
XMLGrammarDescription
SchemaGrammar. getGrammarDescription()
XMLGrammarDescription
SchemaGrammar.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 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.ShadowedGrammarPool. retrieveGrammar(XMLGrammarDescription gDesc)
Retrieve a particular grammar.Grammar
CachingParserPool.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 XMLGrammarDescription
XMLGrammarPoolImpl.Entry. desc
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLGrammarDescription Modifier and Type Method Description 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)
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 interface
XMLDTDDescription
All information specific to DTD grammars.interface
XMLSchemaDescription
All 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 XMLGrammarDescription
Grammar. getGrammarDescription()
get theXMLGrammarDescription
associated 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 Grammar
XMLGrammarPool. retrieveGrammar(XMLGrammarDescription desc)
This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
-