Class XPath.Step

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    XPath

    public static class XPath.Step
    extends java.lang.Object
    implements java.lang.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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Step​(XPath.Axis axis, XPath.NodeTest nodeTest)
      Constructs a step from an axis and node test.
      protected Step​(XPath.Step step)
      Copy constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • Step

        protected Step​(XPath.Step step)
        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