|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.xs.SchemaGrammar
This class is to hold all schema component declaration that are declared within one namespace. The Grammar class this class extends contains what little commonality there is between XML Schema and DTD grammars. It's useful to distinguish grammar objects from other kinds of object when they exist in pools or caches.
Inner Class Summary | |
static class |
SchemaGrammar.BuiltinSchemaGrammar
|
Field Summary | |
static XSSimpleType |
fAnySimpleType
|
static XSComplexTypeDecl |
fAnyType
|
static SchemaGrammar.BuiltinSchemaGrammar |
SG_SchemaNS
|
static SchemaGrammar.BuiltinSchemaGrammar |
SG_XSI
|
Constructor Summary | |
SchemaGrammar(java.lang.String targetNamespace,
XSDDescription grammarDesc)
Default constructor. |
Method Summary | |
void |
addComplexTypeDecl(XSComplexTypeDecl decl,
SimpleLocator locator)
add one complex type decl: for later constraint checking |
void |
addDocument(java.lang.Object document,
java.lang.String location)
|
void |
addGlobalAttributeDecl(XSAttributeDecl decl)
register one global attribute |
void |
addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
register one global attribute group |
void |
addGlobalElementDecl(XSElementDecl decl)
register one global element |
void |
addGlobalGroupDecl(XSGroupDecl decl)
register one global group |
void |
addGlobalNotationDecl(XSNotationDecl decl)
register one global notation |
void |
addGlobalTypeDecl(XSTypeDefinition decl)
register one global type |
void |
addIDConstraintDecl(XSElementDecl elmDecl,
IdentityConstraint decl)
register one identity constraint |
void |
addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
add a group redefined by restriction: for later constraint checking |
XSObjectList |
getAnnotations()
[annotations]: a set of annotations. |
XSAttributeDeclaration |
getAttributeDeclaration(java.lang.String name)
Convenience method. |
XSAttributeGroupDefinition |
getAttributeGroup(java.lang.String name)
Convenience method. |
XSNamedMap |
getComponents(short objectType)
Returns a list of top-level components, i.e. |
StringList |
getDocumentLocations()
[document location] |
XSElementDeclaration |
getElementDeclaration(java.lang.String name)
Convenience method. |
XSAttributeDecl |
getGlobalAttributeDecl(java.lang.String declName)
get one global attribute |
XSAttributeGroupDecl |
getGlobalAttributeGroupDecl(java.lang.String declName)
get one global attribute group |
XSElementDecl |
getGlobalElementDecl(java.lang.String declName)
get one global element |
XSGroupDecl |
getGlobalGroupDecl(java.lang.String declName)
get one global group |
XSNotationDecl |
getGlobalNotationDecl(java.lang.String declName)
get one global notation |
XSTypeDefinition |
getGlobalTypeDecl(java.lang.String declName)
get one global type |
org.apache.xerces.xni.grammars.XMLGrammarDescription |
getGrammarDescription()
|
IdentityConstraint |
getIDConstraintDecl(java.lang.String declName)
get one identity constraint |
java.util.Vector |
getImportedGrammars()
|
XSModelGroupDefinition |
getModelGroupDefinition(java.lang.String name)
Convenience method. |
XSNotationDeclaration |
getNotationDeclaration(java.lang.String name)
Convenience method. |
java.lang.String |
getSchemaNamespace()
[schema namespace] |
java.lang.String |
getTargetNamespace()
Returns this grammar's target namespace. |
XSTypeDefinition |
getTypeDefinition(java.lang.String name)
Convenience method. |
boolean |
isNamespaceAware()
|
void |
setImportedGrammars(java.util.Vector importedGrammars)
|
XSModel |
toXSModel()
Return an XSModel that represents components in this schema
grammar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final XSComplexTypeDecl fAnyType
public static final SchemaGrammar.BuiltinSchemaGrammar SG_SchemaNS
public static final XSSimpleType fAnySimpleType
public static final SchemaGrammar.BuiltinSchemaGrammar SG_XSI
Constructor Detail |
public SchemaGrammar(java.lang.String targetNamespace, XSDDescription grammarDesc)
targetNamespace
- grammarDesc
- the XMLGrammarDescription corresponding to this objec
at the least a systemId should always be known.Method Detail |
public org.apache.xerces.xni.grammars.XMLGrammarDescription getGrammarDescription()
getGrammarDescription
in interface org.apache.xerces.xni.grammars.Grammar
public boolean isNamespaceAware()
public void setImportedGrammars(java.util.Vector importedGrammars)
public java.util.Vector getImportedGrammars()
public final java.lang.String getTargetNamespace()
public void addGlobalAttributeDecl(XSAttributeDecl decl)
public void addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
public void addGlobalElementDecl(XSElementDecl decl)
public void addGlobalGroupDecl(XSGroupDecl decl)
public void addGlobalNotationDecl(XSNotationDecl decl)
public void addGlobalTypeDecl(XSTypeDefinition decl)
public final void addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)
public final XSAttributeDecl getGlobalAttributeDecl(java.lang.String declName)
public final XSAttributeGroupDecl getGlobalAttributeGroupDecl(java.lang.String declName)
public final XSElementDecl getGlobalElementDecl(java.lang.String declName)
public final XSGroupDecl getGlobalGroupDecl(java.lang.String declName)
public final XSNotationDecl getGlobalNotationDecl(java.lang.String declName)
public final XSTypeDefinition getGlobalTypeDecl(java.lang.String declName)
public final IdentityConstraint getIDConstraintDecl(java.lang.String declName)
public void addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)
public void addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
public void addDocument(java.lang.Object document, java.lang.String location)
public java.lang.String getSchemaNamespace()
getSchemaNamespace
in interface XSNamespaceItem
public XSNamedMap getComponents(short objectType)
Note that XSTypeDefinition#SIMPLE_TYPE
and
XSTypeDefinition#COMPLEX_TYPE
can also be used as the
objectType
to retrieve only complex types or simple types,
instead of all types.
getComponents
in interface XSNamespaceItem
objectType
- The type of the declaration, i.e.
ELEMENT_DECLARATION, ATTRIBUTE_DECLARATION, etc.objectType
or null
.public XSTypeDefinition getTypeDefinition(java.lang.String name)
getTypeDefinition
in interface XSNamespaceItem
name
- The name of the definition.XSTypeDefinition
or null if such definition
does not exist.public XSAttributeDeclaration getAttributeDeclaration(java.lang.String name)
getAttributeDeclaration
in interface XSNamespaceItem
name
- The name of the declaration.public XSElementDeclaration getElementDeclaration(java.lang.String name)
getElementDeclaration
in interface XSNamespaceItem
name
- The name of the declaration.public XSAttributeGroupDefinition getAttributeGroup(java.lang.String name)
getAttributeGroup
in interface XSNamespaceItem
name
- The name of the definition.public XSModelGroupDefinition getModelGroupDefinition(java.lang.String name)
getModelGroupDefinition
in interface XSNamespaceItem
name
- The name of the definition.public XSNotationDeclaration getNotationDeclaration(java.lang.String name)
getNotationDeclaration
in interface XSNamespaceItem
name
- The name of the declaration.public StringList getDocumentLocations()
getDocumentLocations
in interface XSNamespaceItem
public XSModel toXSModel()
XSModel
that represents components in this schema
grammar.toXSModel
in interface org.apache.xerces.xni.grammars.XSGrammar
XSModel
representing this schema grammarpublic XSObjectList getAnnotations()
XSNamespaceItem
getAnnotations
in interface XSNamespaceItem
XSNamespaceItem.getAnnotations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |