public interface Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
L loc)
Called for an attribute annotation.
|
void |
addComment(CL comments)
Adds comments following the last initial child element annotation.
|
void |
addElement(E ea)
Called for a child element annotation.
|
void |
addLeadingComment(CL comments) |
void addAttribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix, java.lang.String value, L loc) throws BuildException
BuildException
void addElement(E ea) throws BuildException
BuildException
void addComment(CL comments) throws BuildException
BuildException
void addLeadingComment(CL comments) throws BuildException
BuildException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"