com.thaiopensource.relaxng.impl
Class SchemaBuilderImpl.RootScope
java.lang.Object
com.thaiopensource.relaxng.impl.SchemaBuilderImpl.RootScope
- All Implemented Interfaces:
- Scope
- Enclosing class:
- SchemaBuilderImpl
static class SchemaBuilderImpl.RootScope
- extends Object
- implements Scope
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sb
private final SchemaBuilderImpl sb
SchemaBuilderImpl.RootScope
SchemaBuilderImpl.RootScope(SchemaBuilderImpl sb)
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