Package org.vast.xml

Class XMLNodeList

java.lang.Object
org.vast.xml.XMLNodeList
All Implemented Interfaces:
NodeList

public class XMLNodeList extends Object implements NodeList
  • Constructor Details

    • XMLNodeList

      public XMLNodeList()
    • XMLNodeList

      public XMLNodeList(XMLNodeList nodeList)
  • Method Details

    • getList

      public ArrayList<Node> getList()
    • getLength

      public int getLength()
      Specified by:
      getLength in interface NodeList
    • item

      public Node item(int i)
      Specified by:
      item in interface NodeList
    • addNode

      public void addNode(Node node)
    • clear

      public void clear()