Class Annotated

    • Constructor Detail

      • Annotated

        public Annotated()
    • Method Detail

      • getLeadingComments

        public java.util.List<Comment> getLeadingComments()
      • getAttributeAnnotations

        public java.util.List<AttributeAnnotation> getAttributeAnnotations()
      • getChildElementAnnotations

        public java.util.List<AnnotationChild> getChildElementAnnotations()
      • getFollowingElementAnnotations

        public java.util.List<AnnotationChild> getFollowingElementAnnotations()
      • mayContainText

        public boolean mayContainText()
      • getAttributeAnnotation

        public java.lang.String getAttributeAnnotation​(java.lang.String ns,
                                                       java.lang.String localName)
      • childElementAnnotationsAccept

        public void childElementAnnotationsAccept​(AnnotationChildVisitor<?> visitor)
      • followingElementAnnotationsAccept

        public void followingElementAnnotationsAccept​(AnnotationChildVisitor<?> visitor)