Class XPath.LocationPath

java.lang.Object
org.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.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Author:
Andy Clark, IBM
  • Field Details

    • steps

      public final XPath.Step[] steps
      List of steps.
  • Constructor Details

    • LocationPath

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

      protected LocationPath(XPath.LocationPath path)
      Copy constructor.
  • Method Details

    • 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