Uses of Interface
com.sun.xml.xsom.XSNotation
Packages that use XSNotation
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 XSNotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSNotationMethods in com.sun.xml.xsom that return types with arguments of type XSNotationModifier and TypeMethodDescriptionXSSchema.getNotations()
Gets all theXSNotation
s in this schema.XSSchema.iterateNotations()
XSSchemaSet.iterateNotations()
Iterates all notation declarations in all the schemas. -
Uses of XSNotation in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSNotationMethods in com.sun.xml.xsom.impl that return XSNotationMethods in com.sun.xml.xsom.impl that return types with arguments of type XSNotationModifier and TypeMethodDescriptionSchemaImpl.getNotations()
SchemaImpl.iterateNotations()
SchemaSetImpl.iterateNotations()
Methods in com.sun.xml.xsom.impl with parameters of type XSNotation -
Uses of XSNotation in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSNotation -
Uses of XSNotation in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSNotationModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.notation
(XSNotation notation) void
SchemaWriter.notation
(XSNotation notation) -
Uses of XSNotation in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSNotationModifier and TypeMethodDescriptionComponentNameFunction.notation
(XSNotation notation) NameGetter.notation
(XSNotation n) XSFinder.notation
(XSNotation notation) XSFunctionFilter.notation
(XSNotation notation) -
Uses of XSNotation in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSNotationModifier and TypeMethodDescriptionXSFunction.notation
(XSNotation notation) void
XSVisitor.notation
(XSNotation notation) -
Uses of XSNotation in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSNotation