Class ChildElementFinder

java.lang.Object
com.sun.tools.rngom.binary.visitor.PatternWalker
com.sun.tools.rngom.binary.visitor.ChildElementFinder
All Implemented Interfaces:
PatternVisitor

public class ChildElementFinder extends PatternWalker
Visits a pattern and creates a list of possible child elements.

One can use a similar technique to introspect a pattern.

Author:
Kohsuke Kawaguchi ([email protected])