public static class XPath.Axis
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static short |
ATTRIBUTE
Type: attribute.
|
static short |
CHILD
Type: child.
|
static short |
DESCENDANT
Type: descendant.
|
static short |
SELF
Type: self.
|
short |
type
Axis type.
|
Modifier | Constructor and Description |
---|---|
|
XPath.Axis(short type)
Constructs an axis with the specified type.
|
protected |
XPath.Axis(XPath.Axis axis)
Copy constructor.
|
public static final short CHILD
public static final short ATTRIBUTE
public static final short SELF
public static final short DESCENDANT
public short type
public XPath.Axis(short type)
protected XPath.Axis(XPath.Axis axis)
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.