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
BuildExceptionvoid addElement(ParsedElementAnnotation ea) throws BuildException
BuildExceptionvoid addComment(CommentList comments) throws BuildException
BuildExceptionvoid addLeadingComment(CommentList comments) throws BuildException
BuildException