org.eclipse.persistence.platform.xml
Class XMLNodeList
java.lang.Object
org.eclipse.persistence.platform.xml.XMLNodeList
- All Implemented Interfaces:
- NodeList
public class XMLNodeList
- extends Object
- implements NodeList
Implementation of the org.w3c.dom.NodeList interface
XMLNodeList
public XMLNodeList()
XMLNodeList
public XMLNodeList(int size)
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList
item
public Node item(int i)
- Specified by:
item
in interface NodeList
add
public void add(Node node)
addAll
public void addAll(NodeList nodelist)