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