public class AbsolutePath extends Path
Represents an absolute SPath expression. Essentially a marker class.
| 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.
|
public AbsolutePath(RelativePath base)
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.