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 TypeClassDescriptionclassattribute group declaration.classComplexType definition.classmodel group declaration.classSimple type declaration.classBase class ofComplexTypeExpandSimpleTypeExp.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 RedefinableExpRedefinableExp.getClone()clones this object.SimpleTypeExp.getClone()clone this object.Methods in com.sun.msv.grammar.xmlschema with parameters of type RedefinableExpModifier and TypeMethodDescriptionvoidAttributeGroupExp.redefine(RedefinableExp _rhs) voidComplexTypeExp.redefine(RedefinableExp _rhs) voidRedefinableExp.redefine(RedefinableExp rhs) assigns contents of rhs to this object.voidSimpleTypeExp.redefine(RedefinableExp _rhs) -
Uses of RedefinableExp in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as RedefinableExpModifier and TypeFieldDescriptionprotected RedefinableExpRedefinableDeclState.oldDeclkeeps a reference to previous declaration.