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.xsomMethods 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 theXSNotations in this schema.XSSchema.iterateNotations()XSSchemaSet.iterateNotations()Iterates all notation declarations in all the schemas.
- 
Uses of XSNotation in com.sun.xml.xsom.implClasses 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.scdFields in com.sun.xml.xsom.impl.scd with type parameters of type XSNotation
- 
Uses of XSNotation in com.sun.xml.xsom.impl.utilMethods in com.sun.xml.xsom.impl.util with parameters of type XSNotationModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.notation(XSNotation notation) voidSchemaWriter.notation(XSNotation notation) 
- 
Uses of XSNotation in com.sun.xml.xsom.utilMethods 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.visitorMethods in com.sun.xml.xsom.visitor with parameters of type XSNotationModifier and TypeMethodDescriptionXSFunction.notation(XSNotation notation) voidXSVisitor.notation(XSNotation notation) 
- 
Uses of XSNotation in io.atlasmap.xml.core.schemaMethods in io.atlasmap.xml.core.schema with parameters of type XSNotation