public class IterableAttributeAxis extends IterableAxis
xmlns and xmlns:prefix.
It does include attributes defaulted from the DTD.| Constructor and Description |
|---|
IterableAttributeAxis(int value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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?
|
valuepublic IterableAttributeAxis(int value)
value - the axis valuepublic Iterator iterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
iterator in class IterableAxiscontextNode - the current context node to work fromsupport - the additional context informationUnsupportedAxisExceptionpublic 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 returnUnsupportedAxisExceptionpublic boolean supportsNamedAccess(ContextSupport support)
supportsNamedAccess in class IterableAxissupport - the additional context informationCopyright © 2001-2012 Codehaus. All Rights Reserved.