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.xsompackage.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.xsompackage.com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSSchema in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchema Modifier and Type Method Description XSSchemaXSComponent. getOwnerSchema()Gets a reference to theXSSchemaobject to which this component belongs.XSSchemaXSSchemaSet. getSchema(int idx)XSSchemaXSSchemaSet. getSchema(String targetNamespace)Methods in com.sun.xml.xsom that return types with arguments of type XSSchema Modifier and Type Method Description Collection<XSSchema>XSSchemaSet. getSchemas()Gets allXSSchemas 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 Modifier and Type Class Description classSchemaImplMethods in com.sun.xml.xsom.impl that return XSSchema Modifier and Type Method Description XSSchemaSchemaImpl. getOwnerSchema()XSSchemaSchemaSetImpl. getSchema(int idx)XSSchemaSchemaSetImpl. getSchema(String targetNamespace)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSchema Modifier and Type Method Description 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 Modifier and Type Field Description static Axis<XSSchema>Axis. ROOTPseudo-axis that selects all theXSSchemas 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 Modifier and Type Method Description voidSchemaTreeTraverser. schema(XSSchema s)voidSchemaWriter. 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 XSSchemaSchemaDocument. getSchema()GetsXSSchemacomponent 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 StringComponentNameFunction. schema(XSSchema schema)StringNameGetter. schema(XSSchema schema)BooleanXSFinder. schema(XSSchema schema)TXSFunctionFilter. 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 TXSFunction. schema(XSSchema schema)voidXSVisitor. schema(XSSchema schema)
-