org.jaxen.expr.iter
public class IterableAttributeAxis extends IterableAxis
xmlns
and xmlns:prefix
.
It does include attributes defaulted from the DTD.
Field Summary | |
---|---|
static long | serialVersionUID |
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?
|
Parameters: value the axis value
Parameters: contextNode the current context node to work from support the additional context information
Parameters: contextNode the current context node to work from support the additional context information localName the local name of the attributes to return namespacePrefix the prefix of the namespace of the attributes to return namespaceURI the uri of the namespace of the attributes to return
Parameters: support the additional context information
Returns: true if named access is supported. If not iterator() will be used.