public static class XPath.LocationPath
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
XPath.Step[] |
steps
List of steps.
|
Modifier | Constructor and Description |
---|---|
protected |
XPath.LocationPath(XPath.LocationPath path)
Copy constructor.
|
|
XPath.LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.
|
public final XPath.Step[] steps
public XPath.LocationPath(XPath.Step[] steps)
protected XPath.LocationPath(XPath.LocationPath path)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.