|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.platform.xml.XMLNodeList
public class XMLNodeList
Implementation of the org.w3c.dom.NodeList interface
Constructor Summary | |
---|---|
XMLNodeList()
|
|
XMLNodeList(int size)
|
Method Summary | |
---|---|
void |
add(org.w3c.dom.Node node)
|
void |
addAll(org.w3c.dom.NodeList nodelist)
|
int |
getLength()
|
org.w3c.dom.Node |
item(int i)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLNodeList()
public XMLNodeList(int size)
Method Detail |
---|
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int i)
item
in interface org.w3c.dom.NodeList
public void add(org.w3c.dom.Node node)
public void addAll(org.w3c.dom.NodeList nodelist)
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |