public abstract class Path extends Object
Represents a simple path (SPath) expression. A path is an ordered list of Steps.
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
abstract List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
public abstract List getSteps()
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.