List of usage examples for org.dom4j Node getUniquePath
String getUniquePath();
Returns the XPath expression which will return a nodeset of one node which is the current node.
From source file:org.onecmdb.core.utils.transform.xml.XMLRow.java
License:Open Source License
public XMLRow(DataSet dataSet, Node node) { this.node = node; this.dataSet = dataSet; setName(node.getUniquePath()); }