org.eclipse.persistence.platform.xml
public class XMLNodeList extends Object implements NodeList
XMLNodeList()
XMLNodeList(int size)
void
add(Node node)
addAll(NodeList nodelist)
int
getLength()
Node
item(int i)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XMLNodeList()
public XMLNodeList(int size)
public int getLength()
getLength
NodeList
public Node item(int i)
item
public void add(Node node)
public void addAll(NodeList nodelist)