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 final short type
public XPath.Axis(short type)
protected XPath.Axis(XPath.Axis axis)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.