Package | Description |
---|---|
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.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
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. |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
XSSchema.getRoot()
Gets the root schema set that includes this schema.
|
XSSchemaSet |
XSComponent.getRoot()
Gets the root schema set that includes this component.
|
Modifier and Type | Method and Description |
---|---|
Collection<XSComponent> |
SCD.select(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema and
returns the matched nodes.
|
XSComponent |
SCD.selectSingle(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema set and
returns the matched node.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaSetImpl |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
ComponentImpl.getRoot() |
Modifier and Type | Field and Description |
---|---|
protected XSSchemaSet |
DelayedRef.schema |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
ParserContext.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaTreeTraverser.visit(XSSchemaSet s)
Visits the root schema set.
|
void |
SchemaWriter.visit(XSSchemaSet s) |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
XSOMParser.getResult()
Gets the parsed result.
|
Copyright © 2017 Oracle. All rights reserved.