net.sf.saxon.tinytree
final class AttributeEnumeration extends AxisIteratorImpl
Constructor Summary | |
---|---|
AttributeEnumeration(TinyTree tree, int element, NodeTest nodeTest)
Constructor. |
Method Summary | |
---|---|
SequenceIterator | getAnother()
Get another iteration over the same nodes |
Item | next()
Get the next node in the iteration. |
Parameters: 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