1 package com.thaiopensource.relaxng.parse;2 3 public interface ElementAnnotationBuilder extends Annotations {4 void addText(String value, Location loc, CommentList comments) throws BuildException;5 ParsedElementAnnotation makeElementAnnotation() throws BuildException;6 }7