Uses of Class
com.sun.msv.grammar.xmlschema.ElementDeclExp
Packages that use ElementDeclExp
Package
Description
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
-
Uses of ElementDeclExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as ElementDeclExpModifier and TypeFieldDescriptionfinal ElementDeclExpElementDeclExp.XSElementExp.parentElementDeclExp.substitutionAffiliationThe substitution group affiliation property of this component, if any.Methods in com.sun.msv.grammar.xmlschema that return ElementDeclExpConstructors in com.sun.msv.grammar.xmlschema with parameters of type ElementDeclExpModifierConstructorDescriptionXSElementExp(ElementDeclExp parent, SimpleNameClass elementName, Expression contentModel) XSElementExp(ElementDeclExp parent, SimpleNameClass elementName, Expression contentModel, String defaultValue) -
Uses of ElementDeclExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type ElementDeclExpModifier and TypeMethodDescriptionprotected ExpressionElementDeclState.annealDeclaration(ElementDeclExp exp) This method is called after this class finishes augmenting ElementDeclExp.