|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.iter.IterableAxis
Provide access to the XPath axes.
Constructor Summary | |
IterableAxis(int axisValue)
Constructor. |
Method Summary | |
abstract Iterator |
iterator(Object contextNode,
ContextSupport support)
Gets the iterator for a specific XPath axis. |
Iterator |
namedAccessIterator(Object contextNode,
ContextSupport support,
String localName,
String namespacePrefix,
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 |
Constructor Detail |
public IterableAxis(int axisValue)
axisValue
- Method Detail |
public int value()
public abstract Iterator iterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
contextNode
- the current context node to work fromsupport
- the additional context information
UnsupportedAxisException
public Iterator namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, 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 |