|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.grammar.xmlschema.XMLSchemaSchema
XML Schema object.
A set of "schema components" that share the same target namespace. It contains all global declarations.
Nested Class Summary | |
class |
XMLSchemaSchema.AttributeDeclContainer
|
class |
XMLSchemaSchema.AttributeGroupContainer
|
class |
XMLSchemaSchema.ComplexTypeContainer
|
class |
XMLSchemaSchema.ElementDeclContainer
|
class |
XMLSchemaSchema.GroupDeclContainer
|
class |
XMLSchemaSchema.IdentityConstraintContainer
|
class |
XMLSchemaSchema.SimpleTypeContainer
|
Field Summary | |
XMLSchemaSchema.AttributeDeclContainer |
attributeDecls
map from attribute declaration name to AttributeDeclExp object |
XMLSchemaSchema.AttributeGroupContainer |
attributeGroups
map from attribute group name to AttributeGroupExp object |
XMLSchemaSchema.ComplexTypeContainer |
complexTypes
map from simple type name to SimpleTypeExp object |
XMLSchemaSchema.ElementDeclContainer |
elementDecls
map from attribute declaration name to AttributeDeclExp object |
XMLSchemaSchema.GroupDeclContainer |
groupDecls
map from attribute declaration name to AttributeDeclExp object |
XMLSchemaSchema.IdentityConstraintContainer |
identityConstraints
map from identity constraint name to IdentityConstraint object. |
ExpressionPool |
pool
pool object which was used to construct this grammar. |
XMLSchemaSchema.SimpleTypeContainer |
simpleTypes
map from simple type name to SimpleTypeExp object |
java.lang.String |
targetNamespace
target namespace URI of this schema. |
Expression |
topLevel
choice of all global element declarations. |
static java.lang.String |
XMLSchemaInstanceNamespace
|
Constructor Summary | |
XMLSchemaSchema(java.lang.String targetNamespace,
XMLSchemaGrammar parent)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final XMLSchemaSchema.AttributeDeclContainer attributeDecls
public final XMLSchemaSchema.AttributeGroupContainer attributeGroups
public final XMLSchemaSchema.ComplexTypeContainer complexTypes
public final XMLSchemaSchema.ElementDeclContainer elementDecls
public final XMLSchemaSchema.GroupDeclContainer groupDecls
public final XMLSchemaSchema.IdentityConstraintContainer identityConstraints
public final ExpressionPool pool
public final XMLSchemaSchema.SimpleTypeContainer simpleTypes
public final java.lang.String targetNamespace
public Expression topLevel
public static final java.lang.String XMLSchemaInstanceNamespace
Constructor Detail |
public XMLSchemaSchema(java.lang.String targetNamespace, XMLSchemaGrammar parent)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |