|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSSchema | |
---|---|
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. |
Uses of XSSchema in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSSchema | |
---|---|
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)
|
Methods in com.sun.xml.xsom that return types with arguments of type XSSchema | |
---|---|
Collection<XSSchema> |
XSSchemaSet.getSchemas()
Gets all XSSchema s in a single collection. |
Iterator<XSSchema> |
XSSchemaSet.iterateSchema()
|
Uses of XSSchema in com.sun.xml.xsom.impl |
---|
Classes in com.sun.xml.xsom.impl that implement XSSchema | |
---|---|
class |
SchemaImpl
|
Methods in com.sun.xml.xsom.impl that return XSSchema | |
---|---|
XSSchema |
SchemaImpl.getOwnerSchema()
|
XSSchema |
SchemaSetImpl.getSchema(int idx)
|
XSSchema |
SchemaSetImpl.getSchema(String targetNamespace)
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSchema | |
---|---|
Collection<XSSchema> |
SchemaSetImpl.getSchemas()
|
Iterator<XSSchema> |
SchemaSetImpl.iterateSchema()
|
Uses of XSSchema in com.sun.xml.xsom.impl.scd |
---|
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSchema | |
---|---|
static Axis<XSSchema> |
Axis.ROOT
Pseudo-axis that selects all the XSSchema s in the current set. |
static Axis<XSSchema> |
Axis.X_SCHEMA
|
Uses of XSSchema in com.sun.xml.xsom.impl.util |
---|
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchema | |
---|---|
void |
SchemaWriter.schema(XSSchema s)
|
void |
SchemaTreeTraverser.schema(XSSchema s)
|
Uses of XSSchema in com.sun.xml.xsom.parser |
---|
Methods in com.sun.xml.xsom.parser that return XSSchema | |
---|---|
XSSchema |
SchemaDocument.getSchema()
Gets XSSchema component that contains all the schema
components defined in this namespace. |
Uses of XSSchema in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSSchema | |
---|---|
T |
XSFunctionFilter.schema(XSSchema schema)
|
Boolean |
XSFinder.schema(XSSchema schema)
|
String |
NameGetter.schema(XSSchema schema)
|
String |
ComponentNameFunction.schema(XSSchema schema)
|
Uses of XSSchema in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSSchema | |
---|---|
void |
XSVisitor.schema(XSSchema schema)
|
T |
XSFunction.schema(XSSchema schema)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |