| 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.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 |
|---|---|---|
XSSchema |
XSComponent.getOwnerSchema() |
Gets a reference to the
XSSchema object to which this component
belongs. |
XSSchema |
XSSchemaSet.getSchema(int idx) |
|
XSSchema |
XSSchemaSet.getSchema(java.lang.String targetNamespace) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<XSSchema> |
XSSchemaSet.getSchemas() |
Gets all
XSSchemas in a single collection. |
java.util.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(java.lang.String targetNamespace) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<XSSchema> |
SchemaSetImpl.getSchemas() |
|
java.util.Iterator<XSSchema> |
SchemaSetImpl.iterateSchema() |
| Modifier and Type | Field | Description |
|---|---|---|
static Axis<XSSchema> |
Axis.ROOT |
Pseudo-axis that selects all the
XSSchemas 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 |
|---|---|---|
java.lang.String |
ComponentNameFunction.schema(XSSchema schema) |
|
java.lang.String |
NameGetter.schema(XSSchema schema) |
|
java.lang.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 © 2017 Oracle Corporation. All rights reserved.