|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.iter.IterableAxis
public abstract class IterableAxis
Provide access to the XPath axes.
Field Summary | |
---|---|
private int |
value
The axis type |
Constructor Summary | |
---|---|
IterableAxis(int axisValue)
Constructor. |
Method Summary | |
---|---|
abstract java.util.Iterator |
iterator(java.lang.Object contextNode,
ContextSupport support)
Gets the iterator for a specific XPath axis. |
java.util.Iterator |
namedAccessIterator(java.lang.Object contextNode,
ContextSupport support,
java.lang.String localName,
java.lang.String namespacePrefix,
java.lang.String namespaceURI)
Gets the iterator for a specific XPath axis that supports named access. |
boolean |
supportsNamedAccess(ContextSupport support)
Does this axis support named access? |
int |
value()
Gets the axis value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int value
Constructor Detail |
---|
public IterableAxis(int axisValue)
axisValue
- Method Detail |
---|
public int value()
public abstract java.util.Iterator iterator(java.lang.Object contextNode, ContextSupport support) throws UnsupportedAxisException
contextNode
- the current context node to work fromsupport
- the additional context information
UnsupportedAxisException
public java.util.Iterator namedAccessIterator(java.lang.Object contextNode, ContextSupport support, java.lang.String localName, java.lang.String namespacePrefix, java.lang.String namespaceURI) throws UnsupportedAxisException
contextNode
- the current context node to work fromsupport
- the additional context informationlocalName
- the local name of the nodes to returnnamespacePrefix
- the prefix of the namespace of the nodes to returnnamespaceURI
- the URI of the namespace of the nodes to return
UnsupportedAxisException
public boolean supportsNamedAccess(ContextSupport support)
support
- the additional context information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |