Class XPath.Axis

  • All Implemented Interfaces:
    Cloneable
    Enclosing class:
    XPath

    public static class XPath.Axis
    extends Object
    implements Cloneable
    Axis.
    Author:
    Andy Clark, IBM
    • Constructor Detail

      • Axis

        public Axis​(short type)
        Constructs an axis with the specified type.
      • Axis

        protected Axis​(XPath.Axis axis)
        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