public static class

XPath.LocationPath

extends Object
implements Cloneable
java.lang.Object
   ↳ org.apache.xerces.impl.xpath.XPath.LocationPath

Class Overview

A location path representation for an XPath expression.@xerces.internal

Summary

Fields
public Step[] steps List of steps.
Public Constructors
XPath.LocationPath(Step[] steps)
Creates a location path from a series of steps.
Protected Constructors
XPath.LocationPath(XPath.LocationPath path)
Copy constructor.
Public Methods
Object clone()
Returns a clone of this object.
String toString()
Returns a string representation of this object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Step[] steps

List of steps.

Public Constructors

public XPath.LocationPath (Step[] steps)

Creates a location path from a series of steps.

Protected Constructors

protected XPath.LocationPath (XPath.LocationPath path)

Copy constructor.

Public Methods

public Object clone ()

Returns a clone of this object.

public String toString ()

Returns a string representation of this object.