public class XPathBuilder extends Object
XmlVerifiable
,
XmlAssertion
Constructor and Description |
---|
XPathBuilder() |
Modifier and Type | Method and Description |
---|---|
static XmlVerifiable |
builder()
Returns a builder of
XmlVerifiable with which you can build your
XPath. |
static XmlVerifiable |
builder(String xml)
Using a XPath builder for the given XML you can read its value.
|
public static XmlVerifiable builder()
XmlVerifiable
with which you can build your
XPath. Once finished just call XmlVerifiable.xPath()
to get
XPath as String.public static XmlVerifiable builder(String xml)
Copyright © 2016–2019 Spring. All rights reserved.