org.xmlmatchers.xpath
Class XpathReturnType<T>
java.lang.Object
org.xmlmatchers.xpath.XpathReturnType<T>
public abstract class XpathReturnType<T>
- extends Object
- Author:
- David Ehringer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XpathReturnType
public XpathReturnType()
returningANumber
public static XpathReturnType<Double> returningANumber()
returningAnXmlNode
public static XpathReturnType<String> returningAnXmlNode()
returningAString
public static XpathReturnType<String> returningAString()
returningABoolean
public static XpathReturnType<Boolean> returningABoolean()
Copyright © 2010-2011. All Rights Reserved.