Interface Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>

All Known Subinterfaces:
ElementAnnotationBuilder<P,E,L,A,CL>
All Known Implementing Classes:
SchemaBuilderImpl

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

    Modifier and Type
    Method
    Description
    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
    Called for a child element annotation.
    void