|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaxen.expr.iter.IterableAxis
org.jaxen.expr.iter.IterableChildAxis
Provide access to the child xpath axis.
| Constructor Summary | |
IterableChildAxis(int value)
Constructor. |
|
| Method Summary | |
Iterator |
iterator(Object contextNode,
ContextSupport support)
Gets the iterator for the child axis. |
Iterator |
namedAccessIterator(Object contextNode,
ContextSupport support,
String localName,
String namespacePrefix,
String namespaceURI)
Gets an iterator for the child XPath axis that supports named access. |
boolean |
supportsNamedAccess(ContextSupport support)
Does this axis support named access? |
| Methods inherited from class org.jaxen.expr.iter.IterableAxis |
value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IterableChildAxis(int value)
value - the axis value| Method Detail |
public Iterator iterator(Object contextNode,
ContextSupport support)
throws UnsupportedAxisException
iterator in class IterableAxiscontextNode - the current context node to work fromsupport - the additional context information
UnsupportedAxisException - if the child axis is not supported
public Iterator namedAccessIterator(Object contextNode,
ContextSupport support,
String localName,
String namespacePrefix,
String namespaceURI)
throws UnsupportedAxisException
namedAccessIterator in class IterableAxiscontextNode - the current context node to work fromsupport - the additional context informationlocalName - the local name of the children to returnnamespacePrefix - the prefix of the namespace of the children to returnnamespaceURI - the URI of the namespace of the children to return
UnsupportedAxisException - if the child axis is not supported by the modelpublic boolean supportsNamedAccess(ContextSupport support)
supportsNamedAccess in class IterableAxissupport - the additional context information
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||