|
|||||||||||
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 | |
java.util.Iterator |
iterator(java.lang.Object contextNode,
ContextSupport support)
Gets the iterator for the child axis. |
java.util.Iterator |
namedAccessIterator(java.lang.Object contextNode,
ContextSupport support,
java.lang.String localName,
java.lang.String namespacePrefix,
java.lang.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 valueMethod Detail |
public java.util.Iterator iterator(java.lang.Object contextNode, ContextSupport support) throws UnsupportedAxisException
iterator
in class IterableAxis
contextNode
- the current context node to work fromsupport
- the additional context information
UnsupportedAxisException
- if the child axis is not supportedpublic java.util.Iterator namedAccessIterator(java.lang.Object contextNode, ContextSupport support, java.lang.String localName, java.lang.String namespacePrefix, java.lang.String namespaceURI) throws UnsupportedAxisException
namedAccessIterator
in class IterableAxis
contextNode
- 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 IterableAxis
support
- the additional context information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |