-
- All Superinterfaces:
XSComponent
public interface XSXPath extends XSComponent
Selector or field ofXSIdentityConstraint.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSIdentityConstraintgetParent()Returns theXSIdentityConstraintto which this XPath belongs to.XmlStringgetXPath()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 Detail
-
getParent
XSIdentityConstraint getParent()
Returns theXSIdentityConstraintto which this XPath belongs to.- Returns:
- never null.
-
getXPath
XmlString getXPath()
Gets the XPath as a string.- Returns:
- never null.
-
-