org.eclipse.actf.util.xpath
Class XPathCreator
java.lang.Object
org.eclipse.actf.util.xpath.XPathCreator
public class XPathCreator
- extends Object
Utility class for creating XPath of the target Node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathCreator
public XPathCreator()
childPathSequence
public static String childPathSequence(Node target)
- Return XPath (child path sequence) of the target Node.
- Parameters:
target
- the target Node
- Returns:
- XPath (child path sequence)