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 classAttributeGroupExpattribute group declaration.classComplexTypeExpComplexType definition.classGroupDeclExpmodel group declaration.classSimpleTypeExpSimple type declaration.classXMLSchemaTypeExpBase class ofComplexTypeExpandSimpleTypeExp.Methods in com.sun.msv.grammar.xmlschema that return RedefinableExp Modifier and Type Method Description RedefinableExpAttributeGroupExp. getClone()clone this object.RedefinableExpComplexTypeExp. getClone()clone this object.RedefinableExpGroupDeclExp. getClone()clone this object.abstract RedefinableExpRedefinableExp. getClone()clones this object.RedefinableExpSimpleTypeExp. getClone()clone this object.Methods in com.sun.msv.grammar.xmlschema with parameters of type RedefinableExp Modifier and Type Method Description voidAttributeGroupExp. 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 RedefinableExp Modifier and Type Field Description protected RedefinableExpRedefinableDeclState. oldDeclkeeps a reference to previous declaration.
-