convert.relaxng.parse
Interface ElementAnnotationBuilder

All Superinterfaces:
Annotations

public interface ElementAnnotationBuilder
extends Annotations


Method Summary
 void addText(java.lang.String value, Location loc, CommentList comments)
           
 ParsedElementAnnotation makeElementAnnotation()
           
 
Methods inherited from interface convert.relaxng.parse.Annotations
addAttribute, addComment, addElement, addLeadingComment
 

Method Detail

addText

void addText(java.lang.String value,
             Location loc,
             CommentList comments)
             throws BuildException
Throws:
BuildException

makeElementAnnotation

ParsedElementAnnotation makeElementAnnotation()
                                              throws BuildException
Throws:
BuildException