Package com.sun.xml.xsom
Interface XSXPath
- All Superinterfaces:
XSComponent
- All Known Implementing Classes:
XPathImpl
Selector or field of
XSIdentityConstraint
.- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionReturns theXSIdentityConstraint
to which this XPath belongs to.getXPath()
Gets the XPath as a string.Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Method Details
-
getParent
XSIdentityConstraint getParent()Returns theXSIdentityConstraint
to which this XPath belongs to.- Returns:
- never null.
-
getXPath
XmlString getXPath()Gets the XPath as a string.- Returns:
- never null.
-