Uses of Class
com.sun.msv.grammar.xmlschema.ElementDeclExp
-
Packages that use ElementDeclExp 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 ElementDeclExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as ElementDeclExp Modifier and Type Field Description ElementDeclExpElementDeclExp.XSElementExp. parentElementDeclExpElementDeclExp. substitutionAffiliationThe substitution group affiliation property of this component, if any.Methods in com.sun.msv.grammar.xmlschema that return ElementDeclExp Modifier and Type Method Description ElementDeclExpXMLSchemaSchema.ElementDeclContainer. get(java.lang.String name)ElementDeclExpXMLSchemaSchema.ElementDeclContainer. getOrCreate(java.lang.String name) -
Uses of ElementDeclExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type ElementDeclExp Modifier and Type Method Description protected ExpressionElementDeclState. annealDeclaration(ElementDeclExp exp)This method is called after this class finishes augmenting ElementDeclExp.private booleanXMLSchemaReader. isSubstitutable(ElementDeclExp c, ElementDeclExp d)implementation of "SCC: Substitution Group OK (Transitive)".
-