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.xsom
package.com.sun.xml.xsom.impl.parser.state 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.xsom
interfaces. -
-
Uses of XSNotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSNotation Modifier and Type Method Description XSNotation
XSSchema. getNotation(java.lang.String localName)
Methods in com.sun.xml.xsom that return types with arguments of type XSNotation Modifier and Type Method Description java.util.Map<java.lang.String,XSNotation>
XSSchema. getNotations()
Gets all theXSNotation
s in this schema.java.util.Iterator<XSNotation>
XSSchema. iterateNotations()
java.util.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 class
NotationImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSNotation Modifier and Type Field Description private java.util.Map<java.lang.String,XSNotation>
SchemaImpl. notations
private java.util.Map<java.lang.String,XSNotation>
SchemaImpl. notationsView
Methods in com.sun.xml.xsom.impl that return XSNotation Modifier and Type Method Description XSNotation
SchemaImpl. getNotation(java.lang.String name)
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSNotation Modifier and Type Method Description java.util.Map<java.lang.String,XSNotation>
SchemaImpl. getNotations()
java.util.Iterator<XSNotation>
SchemaImpl. iterateNotations()
java.util.Iterator<XSNotation>
SchemaSetImpl. iterateNotations()
Methods in com.sun.xml.xsom.impl with parameters of type XSNotation Modifier and Type Method Description void
SchemaImpl. addNotation(XSNotation newDecl)
-
Uses of XSNotation in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as XSNotation Modifier and Type Field Description private XSNotation
Schema. notation
Methods in com.sun.xml.xsom.impl.parser.state that return XSNotation Modifier and Type Method Description private XSNotation
notation. makeResult()
-
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
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSNotation Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. notation(XSNotation 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 void
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 XSNotation Modifier and Type Method Description java.lang.String
ComponentNameFunction. notation(XSNotation notation)
java.lang.String
NameGetter. notation(XSNotation n)
java.lang.Boolean
XSFinder. notation(XSNotation notation)
T
XSFunctionFilter. 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 T
XSFunction. notation(XSNotation notation)
void
XSVisitor. notation(XSNotation notation)
-