xpather
Class XpathExpression<T extends XpathExpression>
java.lang.Object
xpather.XpathExpression<T>
- All Implemented Interfaces:
- XpathFragment
- Direct Known Subclasses:
- XpathAttribute, XpathElement, XpathPredicate
public class XpathExpression<T extends XpathExpression>
- extends java.lang.Object
- implements XpathFragment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XpathExpression
protected XpathExpression(XpathFragment... xpathFragments)
xpathExpression
public static XpathExpression xpathExpression(XpathFragment... xpathFragments)
xPath
public static XpathExpression xPath()
element
public static XpathElement element(java.lang.String name)
toXpath
public java.lang.String toXpath()
- Specified by:
toXpath in interface XpathFragment
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
with
public T with(XpathFragment xpathFragment)
is
public XpathPredicate is(java.lang.String value)
atIndex
public XpathExpression atIndex(int index)
Copyright © 2011. All Rights Reserved.