XSOM 20110809-redhat-3

com.sun.xml.xsom
Interface XSXPath

All Superinterfaces:
XSComponent
All Known Implementing Classes:
XPathImpl

public interface XSXPath
extends XSComponent

Selector or field of XSIdentityConstraint.

Author:
Kohsuke Kawaguchi

Method Summary
 XSIdentityConstraint getParent()
          Returns the XSIdentityConstraint to which this XPath belongs to.
 XmlString 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 Detail

getParent

XSIdentityConstraint getParent()
Returns the XSIdentityConstraint to which this XPath belongs to.

Returns:
never null.

getXPath

XmlString getXPath()
Gets the XPath as a string.

Returns:
never null.

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.