| java.lang.Object net.sf.saxon.om.AxisIteratorImpl net.sf.saxon.tinytree.AttributeEnumeration
AttributeEnumeration | final class AttributeEnumeration extends AxisIteratorImpl (Code) | | AttributeEnumeration is an iterator over all the attribute nodes of an Element.
|
AttributeEnumeration | AttributeEnumeration(TinyTree tree, int element, NodeTest nodeTest)(Code) | | Constructor. Note: this constructor will only be called if the relevant node
is an element and if it has one or more attributes. Otherwise an EmptyEnumeration
will be constructed instead.
tree: the containing TinyTree element: the node number of the element whose attributes are required nodeTest: condition to be applied to the names of the attributes selected |
next | public Item next()(Code) | | Get the next node in the iteration.
|
|
|