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 and 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 and Description |
---|---|
java.util.Collection<XSSchema> |
XSSchemaSet.getSchemas()
Gets all
XSSchema s in a single collection. |
java.util.Iterator<XSSchema> |
XSSchemaSet.iterateSchema() |
Modifier and Type | Class and Description |
---|---|
class |
SchemaImpl |
Modifier and Type | Field and Description |
---|---|
private java.util.List<XSSchema> |
SchemaSetImpl.readonlySchemaList |
private java.util.Map<java.lang.String,XSSchema> |
SchemaSetImpl.schemas |
private java.util.Vector<XSSchema> |
SchemaSetImpl.schemas2 |
Modifier and Type | Method and Description |
---|---|
XSSchema |
SchemaImpl.getOwnerSchema() |
XSSchema |
SchemaSetImpl.getSchema(int idx) |
XSSchema |
SchemaSetImpl.getSchema(java.lang.String targetNamespace) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<XSSchema> |
SchemaSetImpl.getSchemas() |
java.util.Iterator<XSSchema> |
SchemaSetImpl.iterateSchema() |
Modifier and Type | Field and 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 and Description |
---|---|
protected boolean |
Step.Schema.match(XSSchema d) |
java.util.Iterator<T> |
AbstractAxisImpl.schema(XSSchema schema) |
Constructor and Description |
---|
Schema(Axis<XSSchema> axis,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaWriter.schema(XSSchema s) |
void |
SchemaTreeTraverser.schema(XSSchema s) |
Modifier and Type | Method and Description |
---|---|
XSSchema |
SchemaDocument.getSchema()
Gets
XSSchema component that contains all the schema
components defined in this namespace. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NameGetter.schema(XSSchema schema) |
java.lang.Boolean |
XSFinder.schema(XSSchema schema) |
java.lang.String |
ComponentNameFunction.schema(XSSchema schema) |
T |
XSFunctionFilter.schema(XSSchema schema) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunction.schema(XSSchema schema) |
void |
XSVisitor.schema(XSSchema schema) |