com.thaiopensource.relaxng.impl
Class SchemaBuilderImpl.RootScope

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.SchemaBuilderImpl.RootScope
All Implemented Interfaces:
Scope
Enclosing class:
SchemaBuilderImpl

static class SchemaBuilderImpl.RootScope
extends Object
implements Scope


Field Summary
private  SchemaBuilderImpl sb
           
 
Constructor Summary
SchemaBuilderImpl.RootScope(SchemaBuilderImpl sb)
           
 
Method Summary
 ParsedPattern makeParentRef(String name, Location loc, Annotations anno)
           
 ParsedPattern makeRef(String name, Location loc, Annotations anno)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sb

private final SchemaBuilderImpl sb
Constructor Detail

SchemaBuilderImpl.RootScope

SchemaBuilderImpl.RootScope(SchemaBuilderImpl sb)
Method Detail

makeParentRef

public ParsedPattern makeParentRef(String name,
                                   Location loc,
                                   Annotations anno)
                            throws BuildException
Specified by:
makeParentRef in interface Scope
Throws:
BuildException

makeRef

public ParsedPattern makeRef(String name,
                             Location loc,
                             Annotations anno)
                      throws BuildException
Specified by:
makeRef in interface Scope
Throws:
BuildException