xpather
Class XpathPredicate

java.lang.Object
  extended by xpather.XpathExpression<XpathPredicate>
      extended by xpather.XpathPredicate
All Implemented Interfaces:
XpathFragment

public class XpathPredicate
extends XpathExpression<XpathPredicate>


Constructor Summary
XpathPredicate(java.lang.String predicate)
           
 
Method Summary
static XpathDecorator<XpathPredicate> containing(java.lang.String value)
           
static XpathDecorator<XpathPredicate> equalTo(java.lang.String value)
           
static XpathDecorator<XpathExpression> index(int index)
           
 
Methods inherited from class xpather.XpathExpression
atIndex, element, is, toString, toXpath, with, xPath, xpathExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XpathPredicate

public XpathPredicate(java.lang.String predicate)
Method Detail

containing

public static XpathDecorator<XpathPredicate> containing(java.lang.String value)

equalTo

public static XpathDecorator<XpathPredicate> equalTo(java.lang.String value)

index

public static XpathDecorator<XpathExpression> index(int index)


Copyright © 2011. All Rights Reserved.