Class NodeList

java.lang.Object
com.japisoft.editix.editor.jsx.domapi.NodeList

public class NodeList
extends java.lang.Object
NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int length  
  • Constructor Summary

    Constructors 
    Constructor Description
    NodeList()  
  • Method Summary

    Modifier and Type Method Description
    Node addNode​(Node node)  
    Node item​(int index)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait