| |
|
| java.lang.Object net.sf.saxon.dom.DOMNodeList
DOMNodeList | final public class DOMNodeList implements org.w3c.dom.NodeList(Code) | | This class wraps a list of nodes as a DOM NodeList
|
Constructor Summary | |
public | DOMNodeList(List extent) Construct an node list that wraps a supplied SequenceExtent. |
DOMNodeList | public DOMNodeList(List extent)(Code) | | Construct an node list that wraps a supplied SequenceExtent. This constructor does
not check that the items in the supplied SequenceExtent are indeed DOM Nodes.
|
checkAndMake | public static DOMNodeList checkAndMake(SequenceExtent extent) throws XPathException(Code) | | Construct an node list that wraps a supplied SequenceExtent, checking that all the
items in the sequence are wrappers around DOM Nodes
|
getLength | public int getLength()(Code) | | return the number of nodes in the list (DOM method)
|
|
|
|