Uses of Interface
com.sun.xml.xsom.XSSchemaSet
-
Packages that use XSSchemaSet Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser com.sun.xml.xsom.impl.util com.sun.xml.xsom.parser -
-
Uses of XSSchemaSet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchemaSet Modifier and Type Method Description XSSchemaSetXSComponent. getRoot()Gets the root schema set that includes this component.XSSchemaSetXSSchema. getRoot()Gets the root schema set that includes this schema.Methods in com.sun.xml.xsom with parameters of type XSSchemaSet Modifier and Type Method Description Collection<XSComponent>SCD. select(XSSchemaSet contextNode)Evaluates the SCD against the whole schema and returns the matched nodes.XSComponentSCD. selectSingle(XSSchemaSet contextNode)Evaluates the SCD against the whole schema set and returns the matched node. -
Uses of XSSchemaSet in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as XSSchemaSet Modifier and Type Field Description protected XSSchemaSetDelayedRef. schemaMethods in com.sun.xml.xsom.impl.parser that return XSSchemaSet Modifier and Type Method Description XSSchemaSetParserContext. getResult() -
Uses of XSSchemaSet in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSet Modifier and Type Method Description voidSchemaTreeTraverser. visit(XSSchemaSet s)Visits the root schema set.voidSchemaWriter. visit(XSSchemaSet s) -
Uses of XSSchemaSet in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return XSSchemaSet Modifier and Type Method Description XSSchemaSetXSOMParser. getResult()Gets the parsed result.
-