| 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.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Method | Description |
|---|---|---|
XSXPath |
XSIdentityConstraint.getSelector() |
Returns the selector XPath expression as string.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<XSXPath> |
XSIdentityConstraint.getFields() |
Returns the list of field XPaths.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XPathImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSXPath |
IdentityConstraintImpl.getSelector() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<XSXPath> |
IdentityConstraintImpl.getFields() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.xpath(XSXPath xp) |
|
void |
SchemaWriter.xpath(XSXPath xp) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ComponentNameFunction.xpath(XSXPath xpath) |
|
java.lang.String |
NameGetter.xpath(XSXPath xpath) |
|
java.lang.Boolean |
XSFinder.xpath(XSXPath xpath) |
|
T |
XSFunctionFilter.xpath(XSXPath xpath) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSFunction.xpath(XSXPath xpath) |
|
void |
XSVisitor.xpath(XSXPath xp) |
Copyright © 2017 Oracle Corporation. All rights reserved.