Uses of Interface
com.sun.xml.xsom.XSSchema
-
Packages that use XSSchema Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.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 ofcom.sun.xml.xsom
package.com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSSchema in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchema Modifier and Type Method Description XSSchema
XSComponent. getOwnerSchema()
Gets a reference to theXSSchema
object to which this component belongs.XSSchema
XSSchemaSet. getSchema(int idx)
XSSchema
XSSchemaSet. getSchema(java.lang.String targetNamespace)
Methods in com.sun.xml.xsom that return types with arguments of type XSSchema Modifier and Type Method Description java.util.Collection<XSSchema>
XSSchemaSet. getSchemas()
Gets allXSSchema
s in a single collection.java.util.Iterator<XSSchema>
XSSchemaSet. iterateSchema()
-
Uses of XSSchema in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSchema Modifier and Type Class Description class
SchemaImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSSchema Modifier and Type Field 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
Methods in com.sun.xml.xsom.impl that return XSSchema Modifier and Type Method Description XSSchema
SchemaImpl. getOwnerSchema()
XSSchema
SchemaSetImpl. getSchema(int idx)
XSSchema
SchemaSetImpl. getSchema(java.lang.String targetNamespace)
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSchema Modifier and Type Method Description java.util.Collection<XSSchema>
SchemaSetImpl. getSchemas()
java.util.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 Modifier and Type Field Description static Axis<XSSchema>
Axis. ROOT
Pseudo-axis that selects all theXSSchema
s in the current set.static Axis<XSSchema>
Axis. X_SCHEMA
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSSchema Modifier and Type Method Description protected boolean
Step.Schema. match(XSSchema d)
java.util.Iterator<T>
AbstractAxisImpl. schema(XSSchema schema)
Constructor parameters in com.sun.xml.xsom.impl.scd with type arguments of type XSSchema Constructor Description Schema(Axis<XSSchema> axis, java.lang.String uri)
-
Uses of XSSchema in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchema Modifier and Type Method Description void
SchemaTreeTraverser. schema(XSSchema s)
void
SchemaWriter. schema(XSSchema s)
-
Uses of XSSchema in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return XSSchema Modifier and Type Method Description XSSchema
SchemaDocument. getSchema()
GetsXSSchema
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 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)
-
Uses of XSSchema in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSSchema Modifier and Type Method Description T
XSFunction. schema(XSSchema schema)
void
XSVisitor. schema(XSSchema schema)
-