com.thaiopensource.relaxng.parse
Interface ElementAnnotationBuilder

All Superinterfaces:
Annotations
All Known Implementing Classes:
SchemaBuilderImpl

public interface ElementAnnotationBuilder
extends Annotations


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

Method Detail

addText

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

makeElementAnnotation

ParsedElementAnnotation makeElementAnnotation()
                                              throws BuildException
Throws:
BuildException