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 |
---|---|
|
Axis(short type)
Constructs an axis with the specified type.
|
protected |
Axis(XPath.Axis axis)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this object.
|
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 © 2016 JBoss by Red Hat. All rights reserved.