Uses of Class
org.xmlmatchers.xpath.XpathReturnType

Packages that use XpathReturnType
org.xmlmatchers   
org.xmlmatchers.xpath   
 

Uses of XpathReturnType in org.xmlmatchers
 

Methods in org.xmlmatchers with parameters of type XpathReturnType
static
<T> org.hamcrest.Matcher<Source>
XmlMatchers.hasXPath(String xPath, NamespaceContext namespaceContext, XpathReturnType<? super T> xpathReturnType, org.hamcrest.Matcher<? super T> valueMatcher)
           
static
<T> org.hamcrest.Matcher<Source>
XmlMatchers.hasXPath(String xPath, XpathReturnType<? super T> xpathReturnType, org.hamcrest.Matcher<? super T> valueMatcher)
           
 

Uses of XpathReturnType in org.xmlmatchers.xpath
 

Methods in org.xmlmatchers.xpath that return XpathReturnType
static XpathReturnType<Boolean> XpathReturnType.returningABoolean()
           
static XpathReturnType<Double> XpathReturnType.returningANumber()
           
static XpathReturnType<String> XpathReturnType.returningAnXmlNode()
           
static XpathReturnType<String> XpathReturnType.returningAString()
           
 

Methods in org.xmlmatchers.xpath with parameters of type XpathReturnType
static
<T> org.hamcrest.Matcher<Source>
HasXPath.hasXPath(String xPath, NamespaceContext namespaceContext, XpathReturnType<? super T> xpathReturnType, org.hamcrest.Matcher<? super T> valueMatcher)
           
static
<T> org.hamcrest.Matcher<Source>
HasXPath.hasXPath(String xPath, XpathReturnType<? super T> xpathReturnType, org.hamcrest.Matcher<? super T> valueMatcher)
           
 

Constructors in org.xmlmatchers.xpath with parameters of type XpathReturnType
HasXPath(String xPathExpression, org.hamcrest.Matcher<?> valueMatcher, NamespaceContext namespaceContext, XpathReturnType<?> xPathReturnType)
           
 



Copyright © 2010-2011. All Rights Reserved.