Uses of Class
com.sun.msv.grammar.xmlschema.RedefinableExp
Packages that use RedefinableExp
Package
Description
W3C XML Schema grammar model.
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.xmlschemaModifier and TypeClassDescriptionclass
attribute group declaration.class
ComplexType definition.class
model group declaration.class
Simple type declaration.class
Base class ofComplexTypeExp
andSimpleTypeExp
.Methods in com.sun.msv.grammar.xmlschema that return RedefinableExpModifier and TypeMethodDescriptionAttributeGroupExp.getClone()
clone this object.ComplexTypeExp.getClone()
clone this object.GroupDeclExp.getClone()
clone this object.abstract RedefinableExp
RedefinableExp.getClone()
clones this object.SimpleTypeExp.getClone()
clone this object.Methods in com.sun.msv.grammar.xmlschema with parameters of type RedefinableExpModifier and TypeMethodDescriptionvoid
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 RedefinableExpModifier and TypeFieldDescriptionprotected RedefinableExp
RedefinableDeclState.oldDecl
keeps a reference to previous declaration.