BEA Systems, Inc.

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

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

public static class XPath.LocationPath
extends Object
implements Cloneable

A location path representation for an XPath expression.


Field Summary
 XPath.Step[] steps
          List of steps.
 
Constructor Summary
protected XPath.LocationPath(XPath.LocationPath path)
          Copy constructor.
  XPath.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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

steps

public 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.


XPath.LocationPath

protected XPath.LocationPath(XPath.LocationPath path)
Copy constructor.

Method Detail

toString

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

Overrides:
toString in class Object

clone

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

Overrides:
clone in class Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.