Uses of Interface
com.sun.xml.xsom.XSAnnotation
-
Packages that use XSAnnotation Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSAnnotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAnnotation Modifier and Type Method Description XSAnnotation
XSComponent. getAnnotation()
Gets the annotation associated to this component, if any.XSAnnotation
XSComponent. getAnnotation(boolean createIfNotExist)
Works likeXSComponent.getAnnotation()
, but allow a new emptyXSAnnotation
to be created if not exist. -
Uses of XSAnnotation in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSAnnotation Modifier and Type Class Description class
AnnotationImpl
Fields in com.sun.xml.xsom.impl declared as XSAnnotation Modifier and Type Field Description private XSAnnotation
SchemaImpl. annotation
Methods in com.sun.xml.xsom.impl that return XSAnnotation Modifier and Type Method Description XSAnnotation
ComponentImpl. getAnnotation()
XSAnnotation
ComponentImpl. getAnnotation(boolean createIfNotExist)
XSAnnotation
SchemaImpl. getAnnotation()
XSAnnotation
SchemaImpl. getAnnotation(boolean createIfNotExist)
Methods in com.sun.xml.xsom.impl with parameters of type XSAnnotation Modifier and Type Method Description void
SchemaImpl. setAnnotation(XSAnnotation a)
-
Uses of XSAnnotation in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSAnnotation Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. annotation(XSAnnotation ann)
-
Uses of XSAnnotation in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAnnotation Modifier and Type Method Description void
SchemaTreeTraverser. annotation(XSAnnotation ann)
void
SchemaWriter. annotation(XSAnnotation ann)
-
Uses of XSAnnotation in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAnnotation Modifier and Type Method Description java.lang.String
ComponentNameFunction. annotation(XSAnnotation ann)
java.lang.String
NameGetter. annotation(XSAnnotation ann)
java.lang.Boolean
XSFinder. annotation(XSAnnotation ann)
T
XSFunctionFilter. annotation(XSAnnotation ann)
-
Uses of XSAnnotation in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAnnotation Modifier and Type Method Description T
XSFunction. annotation(XSAnnotation ann)
void
XSVisitor. annotation(XSAnnotation ann)
-