Package com.thaiopensource.relaxng.parse
Interface Scope<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Known Subinterfaces:
Grammar<P,L,EA,CL,A>,IncludedGrammar<P,L,EA,CL,A>
public interface Scope<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PmakeParentRef(java.lang.String name, L loc, A anno)PmakeRef(java.lang.String name, L loc, A anno)
-
-
-
Method Detail
-
makeParentRef
P makeParentRef(java.lang.String name, L loc, A anno) throws BuildException
- Throws:
BuildException
-
makeRef
P makeRef(java.lang.String name, L loc, A anno) throws BuildException
- Throws:
BuildException
-
-