org.apache.xerces.impl.xpath

Class XPath.LocationPath

Enclosing Class:
XPath
Implemented Interfaces:
Cloneable

public static class XPath.LocationPath
extends java.lang.Object
implements Cloneable

A location path representation for an XPath expression.
Author:
Andy Clark, IBM

Field Summary

XPath.Step[]
steps
List of steps.

Constructor Summary

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

Method Summary

Object
clone()
Returns a clone of this object.
String
toString()
Returns a string representation of this object.

Field Details

steps

public XPath.Step[] steps
List of steps.

Constructor Details

LocationPath

protected LocationPath(XPath.LocationPath path)
Copy constructor.

LocationPath

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

Method Details

clone

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

toString

public String toString()
Returns a string representation of this object.

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.