| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.parser | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.parser |
| Modifier and Type | Method | Description |
|---|---|---|
XSSchemaSet |
XSComponent.getRoot() |
Gets the root schema set that includes this component.
|
XSSchemaSet |
XSSchema.getRoot() |
Gets the root schema set that includes this schema.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.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 | Description |
|---|---|---|
class |
SchemaSetImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSSchemaSet |
ComponentImpl.getRoot() |
| Modifier and Type | Field | Description |
|---|---|---|
protected XSSchemaSet |
DelayedRef.schema |
| Modifier and Type | Method | Description |
|---|---|---|
XSSchemaSet |
ParserContext.getResult() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.visit(XSSchemaSet s) |
Visits the root schema set.
|
void |
SchemaWriter.visit(XSSchemaSet s) |
| Modifier and Type | Method | Description |
|---|---|---|
XSSchemaSet |
XSOMParser.getResult() |
Gets the parsed result.
|
Copyright © 2018 Oracle. All rights reserved.