Uses of Interface
com.sun.xml.xsom.XSSchema
-
Packages that use XSSchema Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.parser com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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.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)
-