| 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.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 | Description |
|---|---|---|
XSNotation |
XSSchema.getNotation(java.lang.String localName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSNotation> |
XSSchema.getNotations() |
Gets all the
XSNotations in this schema. |
java.util.Iterator<XSNotation> |
XSSchema.iterateNotations() |
|
java.util.Iterator<XSNotation> |
XSSchemaSet.iterateNotations() |
Iterates all notation declarations in all the schemas.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
NotationImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSNotation |
SchemaImpl.getNotation(java.lang.String name) |
| 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() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaImpl.addNotation(XSNotation newDecl) |
| Modifier and Type | Field | Description |
|---|---|---|
static Axis<XSNotation> |
Axis.NOTATION |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.notation(XSNotation notation) |
|
void |
SchemaWriter.notation(XSNotation notation) |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSFunction.notation(XSNotation notation) |
|
void |
XSVisitor.notation(XSNotation notation) |
Copyright © 2018 Oracle Corporation. All rights reserved.