org.apache.xerces.impl.xpath

Class XPath.LocationPath

public static class XPath.LocationPath extends Object implements Cloneable

A location path representation for an XPath expression.

Author: Andy Clark, IBM

UNKNOWN:

Field Summary
XPath.Step[]steps
List of steps.
Constructor Summary
LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.
protected LocationPath(XPath.LocationPath path)
Copy constructor.
Method Summary
Objectclone()
Returns a clone of this object.
StringtoString()
Returns a string representation of this object.

Field Detail

steps

public XPath.Step[] steps
List of steps.

Constructor Detail

LocationPath

public LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.

LocationPath

protected LocationPath(XPath.LocationPath path)
Copy constructor.

Method Detail

clone

public Object clone()
Returns a clone of this object.

toString

public String toString()
Returns a string representation of this object.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.