Uses of Interface
com.sun.xml.xsom.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
Modifier 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
Modifier and TypeMethodDescriptionfinal XSAnnotation
ComponentImpl.getAnnotation()
ComponentImpl.getAnnotation
(boolean createIfNotExist) SchemaImpl.getAnnotation()
SchemaImpl.getAnnotation
(boolean createIfNotExist) -
Uses of XSAnnotation in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.annotation
(XSAnnotation ann) void
SchemaWriter.annotation
(XSAnnotation ann) -
Uses of XSAnnotation in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSFunction.annotation
(XSAnnotation ann) void
XSVisitor.annotation
(XSAnnotation ann) -
Uses of XSAnnotation in io.atlasmap.xml.core.schema