Uses of Interface
com.sun.xml.xsom.XSNotation
-
Packages that use XSNotation Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSNotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSNotation Modifier and Type Method Description XSNotationXSSchema. getNotation(String localName)Methods in com.sun.xml.xsom that return types with arguments of type XSNotation Modifier and Type Method Description Map<String,XSNotation>XSSchema. getNotations()Gets all theXSNotations in this schema.Iterator<XSNotation>XSSchema. iterateNotations()Iterator<XSNotation>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 XSNotation Modifier and Type Class Description classNotationImplMethods in com.sun.xml.xsom.impl that return XSNotation Modifier and Type Method Description XSNotationSchemaImpl. getNotation(String name)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSNotation Modifier and Type Method Description Map<String,XSNotation>SchemaImpl. getNotations()Iterator<XSNotation>SchemaImpl. iterateNotations()Iterator<XSNotation>SchemaSetImpl. iterateNotations()Methods in com.sun.xml.xsom.impl with parameters of type XSNotation Modifier and Type Method Description voidSchemaImpl. addNotation(XSNotation newDecl) -
Uses of XSNotation in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSNotation Modifier and Type Field Description static Axis<XSNotation>Axis. NOTATION -
Uses of XSNotation in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSNotation Modifier and Type Method Description voidSchemaTreeTraverser. 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 XSNotation Modifier and Type Method Description StringComponentNameFunction. notation(XSNotation notation)StringNameGetter. notation(XSNotation n)BooleanXSFinder. notation(XSNotation notation)TXSFunctionFilter. notation(XSNotation notation) -
Uses of XSNotation in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSNotation Modifier and Type Method Description TXSFunction. notation(XSNotation notation)voidXSVisitor. notation(XSNotation notation)
-