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
  • Constructor Details

    • XMLNodeList

      public XMLNodeList()
    • XMLNodeList

      public XMLNodeList(int size)
  • Method Details

    • 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)