Package com.thaiopensource.relaxng.parse
Interface ElementAnnotationBuilder<L,EA,CL extends CommentList<L>>
-
- All Superinterfaces:
Annotations<L,EA,CL>
- All Known Implementing Classes:
ElementAnnotationBuilderImpl
public interface ElementAnnotationBuilder<L,EA,CL extends CommentList<L>> extends Annotations<L,EA,CL>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddText(java.lang.String value, L loc, CL comments)EAmakeElementAnnotation()-
Methods inherited from interface com.thaiopensource.relaxng.parse.Annotations
addAttribute, addComment, addElement, addLeadingComment
-
-
-
-
Method Detail
-
addText
void addText(java.lang.String value, L loc, CL comments) throws BuildException- Throws:
BuildException
-
makeElementAnnotation
EA makeElementAnnotation() throws BuildException
- Throws:
BuildException
-
-