| Package | Description |
|---|---|
| com.thoughtworks.xstream.io.path |
Library for tracking paths of nodes in documents using a subset of XPath.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.apply(Path relativePath) |
Path |
PathTracker.getPath()
Current Path in stream.
|
Path |
Path.relativeTo(Path that) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.apply(Path relativePath) |
boolean |
Path.isAncestor(Path child) |
Path |
Path.relativeTo(Path that) |
Joe Walnes, http://xstream.codehaus.org/