public class DOMNodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList
NodeList
are accessible via an integral index, starting from 0.Modifier | Constructor and Description |
---|---|
protected |
DOMNodeListImpl(Node parent)
Instantiates a new DOM node list.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
org.w3c.dom.Node |
item(int index) |
protected DOMNodeListImpl(Node parent)
parent
- parent NodeCopyright © 2000–2017 sourceforge. All rights reserved.