Uses of Class
com.sun.msv.grammar.xmlschema.RedefinableExp
-
Packages that use RedefinableExp 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. -
-
Uses of RedefinableExp in com.sun.msv.grammar.xmlschema
Subclasses of RedefinableExp in com.sun.msv.grammar.xmlschema 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 ofComplexTypeExp
andSimpleTypeExp
.Methods in com.sun.msv.grammar.xmlschema that return RedefinableExp 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.Methods in com.sun.msv.grammar.xmlschema with parameters of type RedefinableExp 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)
-
Uses of RedefinableExp in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as RedefinableExp Modifier and Type Field Description protected RedefinableExp
RedefinableDeclState. oldDecl
keeps a reference to previous declaration.
-