Class ScopeCollector

java.lang.Object
relaxngcc.builder.ScopeCollector
All Implemented Interfaces:
PatternFunction

public class ScopeCollector extends Object implements PatternFunction
Traverses a grammar and collects all Scope objects. This object serves as a function and returns a Set that contains all Scopes found in the specified pattern.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)