net.sf.saxon.dom
public final class DOMNodeList extends Object implements NodeList
Constructor Summary | |
---|---|
DOMNodeList(List<Node> extent)
Construct an node list that wraps a supplied list of DOM Nodes. |
Method Summary | |
---|---|
static DOMNodeList | checkAndMake(SequenceExtent extent)
Construct an node list that wraps a supplied SequenceExtent, checking that all the
items in the sequence are wrappers around DOM Nodes |
int | getLength()
return the number of nodes in the list (DOM method) |
Node | item(int index)
Return the n'th item in the list (DOM method) |
Throws: java.lang.ClassCastException if the item is not a DOM Node