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