BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

Packages that use Grammar
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
weblogic.apache.xerces.xni.grammars   
 

Uses of Grammar in weblogic.apache.xerces.dom
 

Fields in weblogic.apache.xerces.dom declared as Grammar
protected  Grammar[] DOMNormalizer.fGrammarPool
          Deprecated.  
protected  Grammar CoreDocumentImpl.fGrammar
          Deprecated.  
 

Methods in weblogic.apache.xerces.dom that return Grammar
 Grammar[] DOMNormalizer.retrieveInitialGrammarSet(String grammarType)
          Deprecated.  
 Grammar DOMNormalizer.retrieveGrammar(XMLGrammarDescription desc)
          Deprecated.  
 

Methods in weblogic.apache.xerces.dom with parameters of type Grammar
 void DOMNormalizer.cacheGrammars(String grammarType, Grammar[] grammars)
          Deprecated.  
 

Uses of Grammar in weblogic.apache.xerces.impl.dtd
 

Classes in weblogic.apache.xerces.impl.dtd that implement Grammar
 class DTDGrammar
          Deprecated. please use JDK supplied XML parsers and transformers
 

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

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

Classes in weblogic.apache.xerces.impl.xs that implement Grammar
 class SchemaGrammar
          Deprecated. please use JDK supplied XML parsers and transformers
static class SchemaGrammar.BuiltinSchemaGrammar
          Deprecated.  
 

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

Uses of Grammar in weblogic.apache.xerces.parsers
 

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

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

Uses of Grammar in weblogic.apache.xerces.util
 

Fields in weblogic.apache.xerces.util declared as Grammar
 Grammar XMLGrammarPoolImpl.Entry.grammar
           
 

Methods in weblogic.apache.xerces.util that return Grammar
 Grammar[] XMLGrammarPoolImpl.retrieveInitialGrammarSet(String grammarType)
          Deprecated.  
 Grammar XMLGrammarPoolImpl.retrieveGrammar(XMLGrammarDescription desc)
          Deprecated.  
 Grammar XMLGrammarPoolImpl.getGrammar(XMLGrammarDescription desc)
          Deprecated. Returns the grammar associated to the specified grammar description.
 Grammar XMLGrammarPoolImpl.removeGrammar(XMLGrammarDescription desc)
          Deprecated. Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.
 

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

Constructors in weblogic.apache.xerces.util with parameters of type Grammar
XMLGrammarPoolImpl.Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
           
 

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

Subinterfaces of Grammar in weblogic.apache.xerces.xni.grammars
 interface XSGrammar
          Deprecated. please use JDK supplied XML parsers and transformers
 

Methods in weblogic.apache.xerces.xni.grammars that return Grammar
 Grammar[] XMLGrammarPool.retrieveInitialGrammarSet(String grammarType)
           
 Grammar XMLGrammarPool.retrieveGrammar(XMLGrammarDescription desc)
           
 Grammar XMLGrammarLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Methods in weblogic.apache.xerces.xni.grammars with parameters of type Grammar
 void XMLGrammarPool.cacheGrammars(String grammarType, Grammar[] grammars)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.