|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaGrammar | |
weblogic.apache.xerces.dom | |
weblogic.apache.xerces.impl.xs |
Uses of SchemaGrammar in weblogic.apache.xerces.dom |
Fields in weblogic.apache.xerces.dom declared as SchemaGrammar | |
protected SchemaGrammar |
ASModelImpl.fGrammar
Deprecated. |
Methods in weblogic.apache.xerces.dom that return SchemaGrammar | |
SchemaGrammar |
ASModelImpl.getGrammar()
Deprecated. |
Methods in weblogic.apache.xerces.dom with parameters of type SchemaGrammar | |
void |
ASModelImpl.setGrammar(SchemaGrammar grammar)
Deprecated. |
Uses of SchemaGrammar in weblogic.apache.xerces.impl.xs |
Subclasses of SchemaGrammar in weblogic.apache.xerces.impl.xs | |
static class |
SchemaGrammar.BuiltinSchemaGrammar
Deprecated. |
Methods in weblogic.apache.xerces.impl.xs that return SchemaGrammar | |
SchemaGrammar |
XSGrammarBucket.getGrammar(String namespace)
Deprecated. Get the schema grammar for the specified namespace |
SchemaGrammar[] |
XSGrammarBucket.getGrammars()
Deprecated. get all grammars in the registry |
Methods in weblogic.apache.xerces.impl.xs with parameters of type SchemaGrammar | |
void |
XSGrammarBucket.putGrammar(SchemaGrammar grammar)
Deprecated. Put a schema grammar into the registry This method is for internal use only: it assumes that a grammar with the same target namespace is not already in the bucket. |
boolean |
XSGrammarBucket.putGrammar(SchemaGrammar grammar,
boolean deep)
Deprecated. put a schema grammar and any grammars imported by it (directly or inderectly) into the registry. |
Constructors in weblogic.apache.xerces.impl.xs with parameters of type SchemaGrammar | |
XSModelImpl(SchemaGrammar[] grammars)
Deprecated. Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |