com.sun.msv.generator
public class ElementDeclCollector extends ExpressionWalker
Method Summary | |
---|---|
static Set[] | collect(Expression exp)
collects all element and attribute declarations.
|
void | onAttribute(AttributeExp exp) |
void | onConcur(ConcurExp exp) |
void | onElement(ElementExp exp) |
Returns:
r[0] : set of all distinct ElementExps.
r[1] : set of all distinct AttributeExps.