Uses of Interface
com.sun.xml.xsom.XSAnnotation
-
Packages that use XSAnnotation Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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.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)
-