Uses of Interface
com.sun.xml.xsom.XSAnnotation
Packages that use XSAnnotation
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSAnnotation in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSAnnotation -
Uses of XSAnnotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAnnotationModifier and TypeMethodDescriptionXSComponent.getAnnotation()Gets the annotation associated to this component, if any.XSComponent.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 XSAnnotationMethods in com.sun.xml.xsom.impl that return XSAnnotationModifier and TypeMethodDescriptionfinal XSAnnotationComponentImpl.getAnnotation()ComponentImpl.getAnnotation(boolean createIfNotExist) SchemaImpl.getAnnotation()SchemaImpl.getAnnotation(boolean createIfNotExist) Methods in com.sun.xml.xsom.impl with parameters of type XSAnnotation -
Uses of XSAnnotation in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAnnotationModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.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 XSAnnotationModifier and TypeMethodDescriptionComponentNameFunction.annotation(XSAnnotation ann) NameGetter.annotation(XSAnnotation ann) XSFinder.annotation(XSAnnotation ann) XSFunctionFilter.annotation(XSAnnotation ann) -
Uses of XSAnnotation in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAnnotationModifier and TypeMethodDescriptionXSFunction.annotation(XSAnnotation ann) voidXSVisitor.annotation(XSAnnotation ann)