public interface Annotations
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
Location loc) |
void |
addComment(CommentList comments)
Adds comments following the last initial child element annotation.
|
void |
addElement(ParsedElementAnnotation ea) |
void |
addLeadingComment(CommentList comments) |
void addAttribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix, java.lang.String value, Location loc) throws BuildException
BuildException
void addElement(ParsedElementAnnotation ea) throws BuildException
BuildException
void addComment(CommentList comments) throws BuildException
BuildException
void addLeadingComment(CommentList comments) throws BuildException
BuildException