public class RelativePath extends Path
Represents a relative SPath expression.
Modifier and Type | Field and Description |
---|---|
private RelativePath |
next |
private Step |
step |
Constructor and Description |
---|
RelativePath(Step step,
RelativePath next)
Constructs a new RelativePath object, based on a Step and another
(possibly null) RelativePath.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
private RelativePath next
private Step step
public RelativePath(Step step, RelativePath next)