|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.om.AxisIteratorImpl
net.sf.saxon.tinytree.AttributeEnumeration
AttributeEnumeration is an iterator over all the attribute nodes of an Element.
Field Summary |
Fields inherited from class net.sf.saxon.om.AxisIteratorImpl |
current, last, position |
Constructor Summary | |
protected |
AttributeEnumeration(TinyDocumentImpl doc,
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. |
void |
setIsAtomizing(boolean atomizing)
Indicate that any nodes returned in the sequence will be atomized. |
Methods inherited from class net.sf.saxon.om.AxisIteratorImpl |
current, isAtomizing, position |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AttributeEnumeration(TinyDocumentImpl doc, int element, NodeTest nodeTest)
Method Detail |
public final void setIsAtomizing(boolean atomizing)
AxisIteratorImpl
setIsAtomizing
in interface AtomizableIterator
setIsAtomizing
in class AxisIteratorImpl
atomizing
- true if the caller of this iterator will atomize any
nodes that are returned, and is therefore willing to accept the typed
value of the nodes instead of the nodes themselves.public Item next()
public SequenceIterator getAnother()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |