Package org.apache.xerces.impl.xpath
Class XPath.Axis
java.lang.Object
org.apache.xerces.impl.xpath.XPath.Axis
- All Implemented Interfaces:
Cloneable
- Enclosing class:
XPath
Axis.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Type: attribute.static final short
Type: child.static final short
Type: descendant.static final short
Type: self.final short
Axis type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionAxis
(short type) Constructs an axis with the specified type.protected
Axis
(XPath.Axis axis) Copy constructor. -
Method Summary
-
Field Details
-
CHILD
public static final short CHILDType: child.- See Also:
-
ATTRIBUTE
public static final short ATTRIBUTEType: attribute.- See Also:
-
SELF
public static final short SELFType: self.- See Also:
-
DESCENDANT
public static final short DESCENDANTType: descendant.- See Also:
-
type
public final short typeAxis type.
-
-
Constructor Details
-
Axis
public Axis(short type) Constructs an axis with the specified type. -
Axis
Copy constructor.
-
-
Method Details