|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
XmlMatchers.hasXPath(String xPath,
NamespaceContext namespaceContext,
XpathReturnType<? super T> xpathReturnType,
org.hamcrest.Matcher<? super T> valueMatcher)
|
|
static
|
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
|
HasXPath.hasXPath(String xPath,
NamespaceContext namespaceContext,
XpathReturnType<? super T> xpathReturnType,
org.hamcrest.Matcher<? super T> valueMatcher)
|
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||