static class JPath.Path
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
isAbsolute |
(package private) JPath.Step[] |
steps |
Constructor and Description |
---|
Path(JPath.Step[] steps) |
Path(java.lang.String pathString) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getSegments() |
JPath.Path |
shift() |
java.lang.String |
toString() |
boolean isAbsolute
JPath.Step[] steps
public Path(java.lang.String pathString)
public Path(JPath.Step[] steps)
public JPath.Path shift()
public java.lang.String[] getSegments()
public java.lang.String toString()
toString
in class java.lang.Object