1 package com.thaiopensource.relaxng.parse;2 3 public interface CommentList {4 void addComment(String value, Location loc) throws BuildException;5 }6