Uses of Interface
com.sun.xml.xsom.XSAnnotation
Packages that use XSAnnotation
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom package.Visitor pattern support for the
com.sun.xml.xsom interfaces.-
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) -
Uses of XSAnnotation in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSAnnotation