|
|||||||||||
| 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.IterableAttributeAxis
Provide access to the XPath attribute axis.
This axis does not include namespace declarations such as
xmlns and xmlns:prefix.
It does include attributes defaulted from the DTD.
| Constructor Summary | |
IterableAttributeAxis(int value)
Constructor. |
|
| Method Summary | |
Iterator |
iterator(Object contextNode,
ContextSupport support)
Gets an iterator for the attribute axis. |
Iterator |
namedAccessIterator(Object contextNode,
ContextSupport support,
String localName,
String namespacePrefix,
String namespaceURI)
Gets the iterator for the attribute 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 IterableAttributeAxis(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
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 attributes to returnnamespacePrefix - the prefix of the namespace of the attributes to returnnamespaceURI - the uri of the namespace of the attributes to return
UnsupportedAxisExceptionpublic 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 | ||||||||||