Uses of Interface
com.sun.xml.xsom.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
Modifier 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
Modifier and TypeMethodDescriptionSchemaImpl.getNotations()
SchemaImpl.iterateNotations()
SchemaSetImpl.iterateNotations()
-
Uses of XSNotation in com.sun.xml.xsom.impl.scd
-
Uses of XSNotation in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.notation
(XSNotation notation) void
SchemaWriter.notation
(XSNotation notation) -
Uses of XSNotation in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSFunction.notation
(XSNotation notation) void
XSVisitor.notation
(XSNotation notation) -
Uses of XSNotation in io.atlasmap.xml.core.schema