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.parser |
Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package. |
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.schema(XSSchema xsSchema) |
Modifier and Type | Method | Description |
---|---|---|
XSSchema |
XSComponent.getOwnerSchema() |
Gets a reference to the
XSSchema object to which this component
belongs. |
XSSchema |
XSSchemaSet.getSchema(int idx) |
|
XSSchema |
XSSchemaSet.getSchema(String targetNamespace) |
Modifier and Type | Method | Description |
---|---|---|
Collection<XSSchema> |
XSSchemaSet.getSchemas() |
Gets all
XSSchema s in a single collection. |
Iterator<XSSchema> |
XSSchemaSet.iterateSchema() |
Modifier and Type | Class | Description |
---|---|---|
class |
SchemaImpl |
Modifier and Type | Method | Description |
---|---|---|
XSSchema |
SchemaImpl.getOwnerSchema() |
|
XSSchema |
SchemaSetImpl.getSchema(int idx) |
|
XSSchema |
SchemaSetImpl.getSchema(String targetNamespace) |
Modifier and Type | Method | Description |
---|---|---|
Collection<XSSchema> |
SchemaSetImpl.getSchemas() |
|
Iterator<XSSchema> |
SchemaSetImpl.iterateSchema() |
Modifier and Type | Field | Description |
---|---|---|
static Axis<XSSchema> |
Axis.ROOT |
Pseudo-axis that selects all the
XSSchema s in the current set. |
static Axis<XSSchema> |
Axis.X_SCHEMA |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.schema(XSSchema s) |
|
void |
SchemaWriter.schema(XSSchema s) |
Modifier and Type | Method | Description |
---|---|---|
XSSchema |
SchemaDocument.getSchema() |
Gets
XSSchema component that contains all the schema
components defined in this namespace. |
Modifier and Type | Method | Description |
---|---|---|
String |
ComponentNameFunction.schema(XSSchema schema) |
|
String |
NameGetter.schema(XSSchema schema) |
|
Boolean |
XSFinder.schema(XSSchema schema) |
|
T |
XSFunctionFilter.schema(XSSchema schema) |
Modifier and Type | Method | Description |
---|---|---|
T |
XSFunction.schema(XSSchema schema) |
|
void |
XSVisitor.schema(XSSchema schema) |
Copyright © 2018 Oracle Corporation. All rights reserved.