Class NodeListImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.w3c.dom.NodeList

    public final class NodeListImpl
    extends java.lang.Object
    implements org.w3c.dom.NodeList, java.io.Serializable
    Version:
    $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
    Author:
    SMB
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeListImpl​(java.util.Enumeration e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      org.w3c.dom.Node item​(int index)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeListImpl

        public NodeListImpl​(java.util.Enumeration e)
    • Method Detail

      • item

        public org.w3c.dom.Node item​(int index)
        Specified by:
        item in interface org.w3c.dom.NodeList
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.w3c.dom.NodeList