1 package com.thaiopensource.relaxng.parse; 2 3 6 public interface Annotations { 7 void addAttribute(String ns, String localName, String prefix, String value, Location loc) 8 throws BuildException; 9 void addElement(ParsedElementAnnotation ea) throws BuildException; 10 13 void addComment(CommentList comments) throws BuildException; 14 void addLeadingComment(CommentList comments) throws BuildException; 15 } 16 | Popular Tags |