|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSNotation | |
---|---|
com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
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 the com.sun.xml.xsom interfaces. |
Uses of XSNotation in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSNotation | |
---|---|
XSNotation |
XSSchema.getNotation(String localName)
|
Methods in com.sun.xml.xsom that return types with arguments of type XSNotation | |
---|---|
Map<String,XSNotation> |
XSSchema.getNotations()
Gets all the XSNotation s 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 | |
---|---|
class |
NotationImpl
|
Methods in com.sun.xml.xsom.impl that return XSNotation | |
---|---|
XSNotation |
SchemaImpl.getNotation(String name)
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSNotation | |
---|---|
Map<String,XSNotation> |
SchemaImpl.getNotations()
|
Iterator<XSNotation> |
SchemaSetImpl.iterateNotations()
|
Iterator<XSNotation> |
SchemaImpl.iterateNotations()
|
Methods in com.sun.xml.xsom.impl with parameters of type XSNotation | |
---|---|
void |
SchemaImpl.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 | |
---|---|
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 | |
---|---|
void |
SchemaWriter.notation(XSNotation notation)
|
void |
SchemaTreeTraverser.notation(XSNotation notation)
|
Uses of XSNotation in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSNotation | |
---|---|
Boolean |
XSFinder.notation(XSNotation notation)
|
T |
XSFunctionFilter.notation(XSNotation notation)
|
String |
ComponentNameFunction.notation(XSNotation notation)
|
String |
NameGetter.notation(XSNotation n)
|
Uses of XSNotation in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSNotation | |
---|---|
T |
XSFunction.notation(XSNotation notation)
|
void |
XSVisitor.notation(XSNotation notation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |