Uses of Interface
com.sun.xml.xsom.XSNotation
Packages that use XSNotation
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSNotation in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSNotation -
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 theXSNotations 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 TypeMethodDescriptionvoidSchemaTreeTraverser.notation(XSNotation notation) voidSchemaWriter.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) voidXSVisitor.notation(XSNotation notation)