com.thaiopensource.relaxng.parse
Interface Scope

All Known Subinterfaces:
Grammar, IncludedGrammar

public interface Scope


Method Summary
 ParsedPattern makeParentRef(java.lang.String name, Location loc, Annotations anno)
           
 ParsedPattern makeRef(java.lang.String name, Location loc, Annotations anno)
           
 

Method Detail

makeParentRef

public ParsedPattern makeParentRef(java.lang.String name,
                                   Location loc,
                                   Annotations anno)
                            throws BuildException
Throws:
BuildException

makeRef

public ParsedPattern makeRef(java.lang.String name,
                             Location loc,
                             Annotations anno)
                      throws BuildException
Throws:
BuildException