Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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 |
---|---|---|
Leaf |
XmlSchemaBuilder.notation(XSNotation xsNotation) |
Modifier and Type | Method | Description |
---|---|---|
XSNotation |
XSSchema.getNotation(String localName) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NotationImpl |
Modifier and Type | Method | Description |
---|---|---|
XSNotation |
SchemaImpl.getNotation(String name) |
Modifier and Type | Method | Description |
---|---|---|
Map<String,XSNotation> |
SchemaImpl.getNotations() |
|
Iterator<XSNotation> |
SchemaImpl.iterateNotations() |
|
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 |
---|---|---|
String |
ComponentNameFunction.notation(XSNotation notation) |
|
String |
NameGetter.notation(XSNotation n) |
|
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.