Package com.sun.xml.xsom
Interface XSAnnotation
-
- All Known Implementing Classes:
AnnotationImpl
public interface XSAnnotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAnnotation()Obtains the application-parsed annotation.LocatorgetLocator()Returns a location information of the annotation.ObjectsetAnnotation(Object o)Sets the value to be returned bygetAnnotation().
-
-
-
Method Detail
-
getAnnotation
Object getAnnotation()
Obtains the application-parsed annotation.annotations are parsed by the user-specified
AnnotationParser.- Returns:
- may return null
-
setAnnotation
Object setAnnotation(Object o)
Sets the value to be returned bygetAnnotation().- Parameters:
o- can be null.- Returns:
- old value that was replaced by the
o.
-
getLocator
Locator getLocator()
Returns a location information of the annotation.
-
-