java.lang.Cloneable
public static class XPath.Axis
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field | 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 | Description |
---|---|---|
|
Axis(short type) |
Constructs an axis with the specified type.
|
protected |
Axis(XPath.Axis axis) |
Copy constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Returns a clone of this object.
|
java.lang.String |
toString() |
Returns a string representation of this object.
|
public static final short CHILD
public static final short ATTRIBUTE
public static final short SELF
public static final short DESCENDANT
public final short type
public Axis(short type)
protected Axis(XPath.Axis axis)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.