|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>
Includes attributes and child elements before any RELAX NG element.
Method Summary | |
---|---|
void |
addAttribute(String ns,
String localName,
String prefix,
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)
|
Method Detail |
---|
void addAttribute(String ns, String localName, String prefix, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |