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 | 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 | Description |
---|---|---|
RedefinableExp |
AttributeGroupExp.getClone() |
clone this object.
|
RedefinableExp |
ComplexTypeExp.getClone() |
clone this object.
|
RedefinableExp |
GroupDeclExp.getClone() |
clone this object.
|
abstract RedefinableExp |
RedefinableExp.getClone() |
clones this object.
|
RedefinableExp |
SimpleTypeExp.getClone() |
clone this object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AttributeGroupExp.redefine(RedefinableExp _rhs) |
|
void |
ComplexTypeExp.redefine(RedefinableExp _rhs) |
|
void |
RedefinableExp.redefine(RedefinableExp rhs) |
assigns contents of rhs to this object.
|
void |
SimpleTypeExp.redefine(RedefinableExp _rhs) |
Modifier and Type | Field | Description |
---|---|---|
protected RedefinableExp |
RedefinableDeclState.oldDecl |
keeps a reference to previous declaration.
|
Copyright © 2019 Oracle Corporation. All rights reserved.