Class ExpressionBuilder
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
- All Implemented Interfaces:
XSTermFunction<Expression>
Visits
XSParticle and creates a corresponding Expression tree.- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionelementDecl(XSElementDecl decl) modelGroup(XSModelGroup group) wildcard(XSWildcard wc) We can only have oneXmlAnyElementproperty, so all the wildcards need to be treated as one node.
-
Method Details
-
createTree
-
wildcard
We can only have oneXmlAnyElementproperty, so all the wildcards need to be treated as one node.- Specified by:
wildcardin interfaceXSTermFunction<Expression>
-
modelGroupDecl
- Specified by:
modelGroupDeclin interfaceXSTermFunction<Expression>
-
modelGroup
- Specified by:
modelGroupin interfaceXSTermFunction<Expression>
-
elementDecl
- Specified by:
elementDeclin interfaceXSTermFunction<Expression>
-
particle
-