Class XMLNodeList

  • All Implemented Interfaces:
    NodeList

    public class XMLNodeList
    extends Object
    implements NodeList
    Implementation of the org.w3c.dom.NodeList interface
    • Constructor Detail

      • XMLNodeList

        public XMLNodeList()
      • XMLNodeList

        public XMLNodeList​(int size)
    • Method Detail

      • add

        public void add​(Node node)
      • addAll

        public void addAll​(NodeList nodelist)