org.apache.xerces.impl.xpath

Class XPath.Axis

public static class XPath.Axis extends Object implements Cloneable

Axis.

Author: Andy Clark, IBM

UNKNOWN:

Field Summary
static shortATTRIBUTE
Type: attribute.
static shortCHILD
Type: child.
static shortDESCENDANT
Type: descendant.
static shortSELF
Type: self.
shorttype
Axis type.
Constructor Summary
Axis(short type)
Constructs an axis with the specified type.
protected Axis(XPath.Axis axis)
Copy constructor.
Method Summary
Objectclone()
Returns a clone of this object.
StringtoString()
Returns a string representation of this object.

Field Detail

ATTRIBUTE

public static final short ATTRIBUTE
Type: attribute.

CHILD

public static final short CHILD
Type: child.

DESCENDANT

public static final short DESCENDANT
Type: descendant.

SELF

public static final short SELF
Type: self.

type

public short type
Axis type.

Constructor Detail

Axis

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

Axis

protected Axis(XPath.Axis axis)
Copy constructor.

Method Detail

clone

public Object clone()
Returns a clone of this object.

toString

public String toString()
Returns a string representation of this object.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.