Save This Page
Home » openjdk-7 » com.sun.xml.internal.rngom.ast » builder » [javadoc | source]
com.sun.xml.internal.rngom.ast.builder
public interface: Annotations [javadoc | source]

All Known Implementing Classes:
    ElementAnnotationBuilder, AnnotationsHost, ElementAnnotationBuilderImpl, Annotation, ElementAnnotationBuilderHost, SchemaBuilderImpl

Includes attributes and child elements before any RELAX NG element.
Method from com.sun.xml.internal.rngom.ast.builder.Annotations Summary:
addAttribute,   addComment,   addElement,   addLeadingComment
Method from com.sun.xml.internal.rngom.ast.builder.Annotations Detail:
 public  void addAttribute(String ns,
    String localName,
    String prefix,
    String value,
    L loc) throws BuildException
    Called for an attribute annotation.
 public  void addComment(CL comments) throws BuildException
    Adds comments following the last initial child element annotation.
 public  void addElement(E ea) throws BuildException
    Called for a child element annotation.
 public  void addLeadingComment(CL comments) throws BuildException