Class ChildElementFinder

java.lang.Object
org.kohsuke.rngom.binary.visitor.PatternWalker
org.kohsuke.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 (kk@kohsuke.org)