|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedefinableExp | |
---|---|
com.sun.msv.grammar.xmlschema | W3C XML Schema grammar model. |
com.sun.msv.reader.xmlschema | parses XML representation of XML Schema into AGM. |
Uses of RedefinableExp in com.sun.msv.grammar.xmlschema |
---|
Subclasses of RedefinableExp in com.sun.msv.grammar.xmlschema | |
---|---|
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 . |
Methods in com.sun.msv.grammar.xmlschema that return RedefinableExp | |
---|---|
RedefinableExp |
SimpleTypeExp.getClone()
clone this object. |
RedefinableExp |
AttributeGroupExp.getClone()
clone this object. |
abstract RedefinableExp |
RedefinableExp.getClone()
clones this object. |
RedefinableExp |
GroupDeclExp.getClone()
clone this object. |
RedefinableExp |
ComplexTypeExp.getClone()
clone this object. |
Methods in com.sun.msv.grammar.xmlschema with parameters of type RedefinableExp | |
---|---|
void |
SimpleTypeExp.redefine(RedefinableExp _rhs)
|
void |
AttributeGroupExp.redefine(RedefinableExp _rhs)
|
void |
RedefinableExp.redefine(RedefinableExp rhs)
assigns contents of rhs to this object. |
void |
ComplexTypeExp.redefine(RedefinableExp _rhs)
|
Uses of RedefinableExp in com.sun.msv.reader.xmlschema |
---|
Fields in com.sun.msv.reader.xmlschema declared as RedefinableExp | |
---|---|
protected RedefinableExp |
RedefinableDeclState.oldDecl
keeps a reference to previous declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |