Class ElementsOfConcernCollector

java.lang.Object
com.sun.msv.verifier.regexp.ElementsOfConcernCollector
All Implemented Interfaces:
ExpressionVisitor

public class ElementsOfConcernCollector extends Object implements ExpressionVisitor
Collects "elements of concern". "Elements of concern" are ElementExps that are possibly applicable to the next element. These gathered element declarations are then tested against next XML element.
Author:
Kohsuke KAWAGUCHI