public class ElementDeclCollector extends ExpressionWalker
| Modifier and Type | Method and Description |
|---|---|
static Set[] |
collect(Expression exp)
collects all element and attribute declarations.
|
void |
onAttribute(AttributeExp exp) |
void |
onConcur(ConcurExp exp) |
void |
onElement(ElementExp exp) |
onAnyString, onBinExp, onChoice, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValuepublic void onConcur(ConcurExp exp)
onConcur in interface ExpressionVisitorVoidonConcur in class ExpressionWalkerpublic void onElement(ElementExp exp)
onElement in interface ExpressionVisitorVoidonElement in class ExpressionWalkerpublic void onAttribute(AttributeExp exp)
onAttribute in interface ExpressionVisitorVoidonAttribute in class ExpressionWalkerpublic static Set[] collect(Expression exp)
Copyright © 2016 Oracle Corporation. All Rights Reserved.