org.apache.xerces.impl.xpath
Class XPath.LocationPath

java.lang.Object
  extended by org.apache.xerces.impl.xpath.XPath.LocationPath
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
XPath

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

A location path representation for an XPath expression.

Author:
Andy Clark, IBM

Field Summary
 XPath.Step[] steps
          List of steps.
 
Constructor Summary
XPath.LocationPath(XPath.Step[] steps)
          Creates a location path from a series of steps.
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this object.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

steps

public final XPath.Step[] steps
List of steps.

Constructor Detail

XPath.LocationPath

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

Method Detail

toString

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

Overrides:
toString in class java.lang.Object

clone

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

Overrides:
clone in class java.lang.Object