001    package com.thaiopensource.relaxng.parse;
002    
003    public interface ElementAnnotationBuilder extends Annotations {
004      void addText(String value, Location loc, CommentList comments) throws BuildException;
005      ParsedElementAnnotation makeElementAnnotation() throws BuildException;
006    }