Class XPath.Axis

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

public static class XPath.Axis extends Object implements Cloneable
Axis.

INTERNAL:

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

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Type: attribute.
    static final short
    Type: child.
    static final short
    Type: descendant.
    static final short
    Type: self.
    final short
    Axis type.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    Axis(short type)
    Constructs an axis with the specified type.
    protected
    Copy constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a clone of this object.
    Returns a string representation of this object.

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • Axis

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

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