Constructor and Description |
---|
XMLNodePath(List<XMLNode> path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
XMLNode |
getLastPathNode()
Returns the last Node in the path.
|
List<XMLNode> |
getPath()
Return the ordered list of Nodes in the path.
|
List<Integer> |
getPathArray()
Return the ordered list of Nodes indexes in the path.
|
int |
getPathCount()
Returns the number of Nodes in the path.
|
XMLNode |
getPathNode(int index)
Returns the path Node at a specified index.
|
int |
hashCode() |
String |
toString() |
public List<XMLNode> getPath()
public List<Integer> getPathArray()
public XMLNode getPathNode(int index)
index
- the indexpublic XMLNode getLastPathNode()
public int getPathCount()