public class DomToXPathMap extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX_ALL_NODES |
Constructor and Description |
---|
DomToXPathMap(Document document) |
Modifier and Type | Method and Description |
---|---|
Map<String,Integer> |
getCountMap() |
Map<String,String> |
getPathMap() |
String |
getXPath()
Gets the XPath to the current element.
|
void |
map() |
void |
walkTree(Node sourceNode) |
public static final String PREFIX_ALL_NODES
public DomToXPathMap(Document document)
Copyright © 2007-2018. All Rights Reserved.