BEA Systems, Inc.


weblogic.apache.xerces.validators.schema.identity
Class XPath.LocationPath

java.lang.Object
  |
  +--weblogic.apache.xerces.validators.schema.identity.XPath.LocationPath

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

A location path representation for an XPath expression.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Author:
Andy Clark, IBM

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
 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, 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 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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference