Package com.thaiopensource.relaxng.parse
Interface DataPatternBuilder<P,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
public interface DataPatternBuilder<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 voidaddParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, L loc, A anno)voidannotation(EA ea)PmakePattern(L loc, A anno)PmakePattern(P except, L loc, A anno)
-
-
-
Method Detail
-
addParam
void addParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, L loc, A anno) throws BuildException- Throws:
BuildException
-
annotation
void annotation(EA ea)
-
makePattern
P makePattern(L loc, A anno) throws BuildException
- Throws:
BuildException
-
makePattern
P makePattern(P except, L loc, A anno) throws BuildException
- Throws:
BuildException
-
-