|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
public final class ExpressionBuilder
Visits XSParticle and creates a corresponding Expression tree.
| Method Summary | |
|---|---|
static Expression |
createTree(XSParticle p)
|
Element |
elementDecl(XSElementDecl decl)
|
Expression |
modelGroup(XSModelGroup group)
|
Expression |
modelGroupDecl(XSModelGroupDecl decl)
|
Expression |
particle(XSParticle p)
|
Expression |
wildcard(XSWildcard wc)
We can only have one XmlAnyElement property,
so all the wildcards need to be treated as one node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Expression createTree(XSParticle p)
public Expression wildcard(XSWildcard wc)
XmlAnyElement property,
so all the wildcards need to be treated as one node.
wildcard in interface XSTermFunction<Expression>public Expression modelGroupDecl(XSModelGroupDecl decl)
modelGroupDecl in interface XSTermFunction<Expression>public Expression modelGroup(XSModelGroup group)
modelGroup in interface XSTermFunction<Expression>public Element elementDecl(XSElementDecl decl)
elementDecl in interface XSTermFunction<Expression>public Expression particle(XSParticle p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||