EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.platform.xml
Class XMLNodeList

java.lang.Object
  extended by 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
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

XMLNodeList

public XMLNodeList()

XMLNodeList

public XMLNodeList(int size)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int i)
Specified by:
item in interface org.w3c.dom.NodeList

add

public void add(org.w3c.dom.Node node)

addAll

public void addAll(org.w3c.dom.NodeList nodelist)

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference