Class XMLNodeList
- java.lang.Object
-
- org.eclipse.persistence.platform.xml.XMLNodeList
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
public class XMLNodeList extends java.lang.Object implements org.w3c.dom.NodeList
Implementation of the org.w3c.dom.NodeList interface
-
-
Constructor Summary
Constructors Constructor Description XMLNodeList()
XMLNodeList(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(org.w3c.dom.Node node)
void
addAll(org.w3c.dom.NodeList nodelist)
int
getLength()
org.w3c.dom.Node
item(int i)
-
-
-
Method Detail
-
getLength
public int getLength()
- Specified by:
getLength
in interfaceorg.w3c.dom.NodeList
-
item
public org.w3c.dom.Node item(int i)
- Specified by:
item
in interfaceorg.w3c.dom.NodeList
-
add
public void add(org.w3c.dom.Node node)
-
addAll
public void addAll(org.w3c.dom.NodeList nodelist)
-
-