AnnotationImplpublic interface XSAnnotation
| Modifier and Type | Method | 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.o.org.xml.sax.Locator getLocator()
Copyright © 2017 Oracle Corporation. All rights reserved.