Annotations<E,L,CL>
SchemaBuilderImpl
public interface ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> extends Annotations<E,L,CL>
Modifier and Type | Method | Description |
---|---|---|
void |
addText(String value,
L loc,
CL comments) |
Called when a child text is found.
|
E |
makeElementAnnotation() |
Called at the end to build an application data structure.
|
addAttribute, addComment, addElement, addLeadingComment
void addText(String value, L loc, CL comments) throws BuildException
BuildException
E makeElementAnnotation() throws BuildException
BuildException
Copyright © 2018 Oracle Corporation. All rights reserved.