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.xsompackage.com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSAnnotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAnnotation Modifier and Type Method Description XSAnnotationXSComponent. getAnnotation()Gets the annotation associated to this component, if any.XSAnnotationXSComponent. getAnnotation(boolean createIfNotExist)Works likeXSComponent.getAnnotation(), but allow a new emptyXSAnnotationto 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 classAnnotationImplMethods in com.sun.xml.xsom.impl that return XSAnnotation Modifier and Type Method Description XSAnnotationComponentImpl. getAnnotation()XSAnnotationComponentImpl. getAnnotation(boolean createIfNotExist)XSAnnotationSchemaImpl. getAnnotation()XSAnnotationSchemaImpl. getAnnotation(boolean createIfNotExist)Methods in com.sun.xml.xsom.impl with parameters of type XSAnnotation Modifier and Type Method Description voidSchemaImpl. setAnnotation(XSAnnotation a) -
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 voidSchemaTreeTraverser. annotation(XSAnnotation ann)voidSchemaWriter. 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 StringComponentNameFunction. annotation(XSAnnotation ann)StringNameGetter. annotation(XSAnnotation ann)BooleanXSFinder. annotation(XSAnnotation ann)TXSFunctionFilter. 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 TXSFunction. annotation(XSAnnotation ann)voidXSVisitor. annotation(XSAnnotation ann)
-