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 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 XSAnnotationMethods in com.sun.xml.xsom.impl that return XSAnnotationModifier and TypeMethodDescriptionfinal XSAnnotation
ComponentImpl.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 TypeMethodDescriptionvoid
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 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) void
XSVisitor.annotation
(XSAnnotation ann) -
Uses of XSAnnotation in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSAnnotation