public class NodeDetail extends Object
Constructor and Description |
---|
NodeDetail()
Constructor.
|
NodeDetail(Node node,
String xpath)
Constructor.
|
NodeDetail(String value,
Node node,
String xpath)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Gets the Node.
|
String |
getValue()
Gets the value of the Node.
|
String |
getXPathLocation()
Gets XPath expression for the Node.
|
void |
setNode(Node node)
Sets the Node.
|
void |
setXPathLocation(String xpath)
Sets XPath expression for the Node.
|
public NodeDetail()
public NodeDetail(Node node, String xpath)
node
- the Document Nodepublic Node getNode()
public void setNode(Node node)
node
- the Document Nodepublic String getXPathLocation()
public void setXPathLocation(String xpath)
xpath
- the XPath expression for the Nodepublic String getValue()
Copyright © 2016. All rights reserved.