org.oXML.xpath.axis
Class Axis
java.lang.Object
org.oXML.xpath.axis.Axis
- Direct Known Subclasses:
- AncestorAxis, AncestorOrSelfAxis, AttributeAxis, ChildAxis, DescendantAxis, DescendantOrSelfAxis, FollowingAxis, FollowingSiblingAxis, NamespaceAxis, ParentAxis, PrecedingAxis, PrecedingSiblingAxis, SelfAxis
- public abstract class Axis
- extends java.lang.Object
|
Constructor Summary |
protected |
Axis(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANCESTOR
public static final int ANCESTOR
- See Also:
- Constant Field Values
ANCESTOR_OR_SELF
public static final int ANCESTOR_OR_SELF
- See Also:
- Constant Field Values
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
- Constant Field Values
CHILD
public static final int CHILD
- See Also:
- Constant Field Values
DESCENDANT
public static final int DESCENDANT
- See Also:
- Constant Field Values
DESCENDANT_OR_SELF
public static final int DESCENDANT_OR_SELF
- See Also:
- Constant Field Values
FOLLOWING
public static final int FOLLOWING
- See Also:
- Constant Field Values
FOLLOWING_SIBLING
public static final int FOLLOWING_SIBLING
- See Also:
- Constant Field Values
NAMESPACE
public static final int NAMESPACE
- See Also:
- Constant Field Values
PARENT
public static final int PARENT
- See Also:
- Constant Field Values
PRECEDING
public static final int PRECEDING
- See Also:
- Constant Field Values
PRECEDING_SIBLING
public static final int PRECEDING_SIBLING
- See Also:
- Constant Field Values
SELF
public static final int SELF
- See Also:
- Constant Field Values
Axis
protected Axis(int type)
type
public int type()
getType
public java.lang.String getType()
eval
public abstract NodeIterator eval(NodeIterator parent,
NodeTest test,
RuntimeContext context)
throws XPathException
- Throws:
XPathException
toString
public java.lang.String toString()