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 |
|---|---|
java.util.List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
public RelativePath(Step step, RelativePath next)
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.