Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars.Grammar
-
-
Uses of Grammar 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 Grammar Modifier and Type Class Description classDTDGrammarA DTD grammar.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return Grammar Modifier and Type Method Description GrammarXMLDTDLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source. -
Uses of Grammar 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 Grammar Modifier and Type Class Description classSchemaGrammarThis class is to hold all schema component declaration that are declared within one namespace.static classSchemaGrammar.BuiltinSchemaGrammarstatic classSchemaGrammar.Schema4AnnotationsA partial schema for schemas for validating annotations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return Grammar Modifier and Type Method Description GrammarXMLSchemaLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source. -
Uses of Grammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return Grammar Modifier and Type Method Description GrammarCachingParserPool.ShadowedGrammarPool. getGrammar(XMLGrammarDescription desc)Returns the grammar associated to the specified description.GrammarXMLGrammarCachingConfiguration. parseGrammar(String type, String uri)Parse a grammar from a location identified by an URI.GrammarXMLGrammarCachingConfiguration. parseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.GrammarXMLGrammarPreparser. preparseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.GrammarCachingParserPool.ShadowedGrammarPool. retrieveGrammar(XMLGrammarDescription gDesc)Retrieve a particular grammar.GrammarCachingParserPool.SynchronizedGrammarPool. retrieveGrammar(XMLGrammarDescription gDesc)Grammar[]CachingParserPool.ShadowedGrammarPool. retrieveInitialGrammarSet(String grammarType)Retrieve the initial set of grammars for the validator to work with.Grammar[]CachingParserPool.SynchronizedGrammarPool. retrieveInitialGrammarSet(String grammarType)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type Grammar Modifier and Type Method Description voidCachingParserPool.ShadowedGrammarPool. cacheGrammars(String grammarType, Grammar[] grammars)Give the grammarPool the option of caching these grammars.voidCachingParserPool.SynchronizedGrammarPool. cacheGrammars(String grammarType, Grammar[] grammars) -
Uses of Grammar 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 Grammar Modifier and Type Field Description GrammarXMLGrammarPoolImpl.Entry. grammarMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return Grammar Modifier and Type Method Description GrammarXMLGrammarPoolImpl. getGrammar(XMLGrammarDescription desc)Returns the grammar associated to the specified 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)Grammar[]XMLGrammarPoolImpl. retrieveInitialGrammarSet(String grammarType)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type Grammar Modifier and Type Method Description voidXMLGrammarPoolImpl. cacheGrammars(String grammarType, Grammar[] grammars)voidXMLGrammarPoolImpl. putGrammar(Grammar grammar)Puts the specified grammar into the grammar pool and associates it to its root element name or its target namespace.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type Grammar Constructor Description Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next) -
Uses of Grammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Subinterfaces of Grammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars Modifier and Type Interface Description interfaceXSGrammarRepresenting a schema grammar.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return Grammar Modifier and Type Method Description GrammarXMLGrammarLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source.GrammarXMLGrammarPool. retrieveGrammar(XMLGrammarDescription desc)This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.Grammar[]XMLGrammarPool. retrieveInitialGrammarSet(String grammarType)retrieve the initial known set of grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars with parameters of type Grammar Modifier and Type Method Description voidXMLGrammarPool. cacheGrammars(String grammarType, Grammar[] grammars)return the final set of grammars that the validator ended up with.
-