Class DOMNodeList
java.lang.Object
net.sf.saxon.dom.DOMNodeList
- All Implemented Interfaces:
NodeList
-
Constructor Summary
ConstructorsConstructorDescriptionDOMNodeList(List<Node> extent) Construct an node list that wraps a supplied list of DOM Nodes. -
Method Summary
-
Constructor Details
-
DOMNodeList
-
-
Method Details
-
getLength
-
item
Return the n'th item in the list (DOM method)- Specified by:
itemin interfaceNodeList- Throws:
ClassCastException- if the item is not a DOM Node
-