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 shortType: attribute.static final shortType: child.static final shortType: descendant.static final shortType: self.final shortAxis type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionAxis(short type) Constructs an axis with the specified type.protectedAxis(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