public static class

XPath.Axis

extends Object
implements Cloneable
java.lang.Object
   ↳ org.apache.xerces.impl.xpath.XPath.Axis

Class Overview

Axis.@xerces.internal

Summary

Constants
short ATTRIBUTE Type: attribute.
short CHILD Type: child.
short DESCENDANT Type: descendant.
short SELF Type: self.
Fields
public short type Axis type.
Public Constructors
XPath.Axis(short type)
Constructs an axis with the specified type.
Protected Constructors
XPath.Axis(XPath.Axis axis)
Copy constructor.
Public Methods
Object clone()
Returns a clone of this object.
String toString()
Returns a string representation of this object.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short ATTRIBUTE

Type: attribute.

Constant Value: 2 (0x00000002)

public static final short CHILD

Type: child.

Constant Value: 1 (0x00000001)

public static final short DESCENDANT

Type: descendant.

Constant Value: 4 (0x00000004)

public static final short SELF

Type: self.

Constant Value: 3 (0x00000003)

Fields

public short type

Axis type.

Public Constructors

public XPath.Axis (short type)

Constructs an axis with the specified type.

Protected Constructors

protected XPath.Axis (XPath.Axis axis)

Copy constructor.

Public Methods

public Object clone ()

Returns a clone of this object.

public String toString ()

Returns a string representation of this object.