com.icl.saxon.tinytree
final class AttributeEnumeration extends Object implements AxisEnumeration
Constructor Summary | |
---|---|
protected | AttributeEnumeration(TinyDocumentImpl doc, int element, NodeTest nodeTest)
Constructor. |
Method Summary | |
---|---|
int | getLastPosition()
Get the last position, that is the number of nodes in the enumeration |
boolean | hasMoreElements()
Test if there are mode nodes still to come.
|
boolean | isPeer() |
boolean | isReverseSorted() |
boolean | isSorted() |
NodeInfo | nextElement()
Get the next node in the enumeration.
|
Parameters: node: the element whose attributes are required. This may be any type of node, but if it is not an element the enumeration will be empty nodeType: the type of node required. This may be any type of node, but if it is not an attribute the enumeration will be empty nameTest: condition to be applied to the names of the attributes selected