public class RelativePath extends Path
Represents a relative SPath expression.
| 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 |
|---|---|
List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
public RelativePath(Step step, RelativePath next)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.