public interface XSAnnotation
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAnnotation()
Obtains the application-parsed annotation.
|
org.xml.sax.Locator |
getLocator()
Returns a location information of the annotation.
|
java.lang.Object |
setAnnotation(java.lang.Object o)
Sets the value to be returned by
getAnnotation() . |
java.lang.Object getAnnotation()
annotations are parsed by the user-specified
AnnotationParser
.
java.lang.Object setAnnotation(java.lang.Object o)
getAnnotation()
.o
- can be null.org.xml.sax.Locator getLocator()