Class AnnotationImpl

    • Constructor Detail

      • AnnotationImpl

        public AnnotationImpl​(java.lang.Object o,
                              org.xml.sax.Locator _loc)
      • AnnotationImpl

        public AnnotationImpl()
    • Method Detail

      • getAnnotation

        public java.lang.Object getAnnotation()
        Description copied from interface: XSAnnotation
        Obtains the application-parsed annotation.

        annotations are parsed by the user-specified AnnotationParser.

        Specified by:
        getAnnotation in interface XSAnnotation
        Returns:
        may return null
      • getLocator

        public org.xml.sax.Locator getLocator()
        Description copied from interface: XSAnnotation
        Returns a location information of the annotation.
        Specified by:
        getLocator in interface XSAnnotation