Class XPath.Step

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

public static class XPath.Step extends Object implements Cloneable
A location path step comprised of an axis and node test.

INTERNAL:

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

  • Constructor Details

  • 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