Package | Description |
---|---|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeGroupExp
attribute group declaration.
|
class |
ComplexTypeExp
ComplexType definition.
|
class |
GroupDeclExp
model group declaration.
|
class |
SimpleTypeExp
Simple type declaration.
|
class |
XMLSchemaTypeExp
Base class of
ComplexTypeExp and SimpleTypeExp . |
Modifier and Type | Method and Description |
---|---|
abstract RedefinableExp |
RedefinableExp.getClone()
clones this object.
|
RedefinableExp |
AttributeGroupExp.getClone()
clone this object.
|
RedefinableExp |
ComplexTypeExp.getClone()
clone this object.
|
RedefinableExp |
SimpleTypeExp.getClone()
clone this object.
|
RedefinableExp |
GroupDeclExp.getClone()
clone this object.
|
Modifier and Type | Method and Description |
---|---|
void |
RedefinableExp.redefine(RedefinableExp rhs)
assigns contents of rhs to this object.
|
void |
AttributeGroupExp.redefine(RedefinableExp _rhs) |
void |
ComplexTypeExp.redefine(RedefinableExp _rhs) |
void |
SimpleTypeExp.redefine(RedefinableExp _rhs) |
Modifier and Type | Field and Description |
---|---|
protected RedefinableExp |
RedefinableDeclState.oldDecl
keeps a reference to previous declaration.
|