org.xmlmatchers.xpath
Class XpathReturnType<T>

java.lang.Object
  extended by org.xmlmatchers.xpath.XpathReturnType<T>

public abstract class XpathReturnType<T>
extends Object

Author:
David Ehringer

Constructor Summary
XpathReturnType()
           
 
Method Summary
static XpathReturnType<Boolean> returningABoolean()
           
static XpathReturnType<Double> returningANumber()
           
static XpathReturnType<String> returningAnXmlNode()
           
static XpathReturnType<String> returningAString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpathReturnType

public XpathReturnType()
Method Detail

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.