public class AbsolutePath extends Path
Represents an absolute SPath expression. Essentially a marker class.
Modifier and Type | Field and Description |
---|---|
private boolean |
all |
private RelativePath |
base |
Constructor and Description |
---|
AbsolutePath(RelativePath base)
Constructs a new AbsolutePath object based on a RelativePath.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
private boolean all
private RelativePath base
public AbsolutePath(RelativePath base)