| Package | Description |
|---|---|
| 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.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 the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Method and Description |
|---|---|
XSNotation |
XSSchema.getNotation(java.lang.String localName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,XSNotation> |
XSSchema.getNotations()
Gets all the
XSNotations in this schema. |
java.util.Iterator<XSNotation> |
XSSchemaSet.iterateNotations()
Iterates all notation declarations in all the schemas.
|
java.util.Iterator<XSNotation> |
XSSchema.iterateNotations() |
| Modifier and Type | Class and Description |
|---|---|
class |
NotationImpl |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,XSNotation> |
SchemaImpl.notations |
private java.util.Map<java.lang.String,XSNotation> |
SchemaImpl.notationsView |
| Modifier and Type | Method and Description |
|---|---|
XSNotation |
SchemaImpl.getNotation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,XSNotation> |
SchemaImpl.getNotations() |
java.util.Iterator<XSNotation> |
SchemaImpl.iterateNotations() |
java.util.Iterator<XSNotation> |
SchemaSetImpl.iterateNotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaImpl.addNotation(XSNotation newDecl) |
| Modifier and Type | Field and Description |
|---|---|
private XSNotation |
Schema.notation |
| Modifier and Type | Method and Description |
|---|---|
private XSNotation |
notation.makeResult() |
| Modifier and Type | Field and Description |
|---|---|
static Axis<XSNotation> |
Axis.NOTATION |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
AbstractAxisImpl.notation(XSNotation notation) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTreeTraverser.notation(XSNotation notation) |
void |
SchemaWriter.notation(XSNotation notation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
XSFinder.notation(XSNotation notation) |
T |
XSFunctionFilter.notation(XSNotation notation) |
java.lang.String |
ComponentNameFunction.notation(XSNotation notation) |
java.lang.String |
NameGetter.notation(XSNotation n) |
| Modifier and Type | Method and Description |
|---|---|
void |
XSVisitor.notation(XSNotation notation) |
T |
XSFunction.notation(XSNotation notation) |