org.mozilla.jrex.dom
Class JRexNodeListImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.JRexNodeListImpl
All Implemented Interfaces:
NodeList

public class JRexNodeListImpl
extends Object
implements NodeList

A class implementing org.w3c.dom.NodeList interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
NodeList

Method Summary
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getLength()
           
 int hashCode()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLength

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

item

public Node item(int index)
Specified by:
item in interface NodeList

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

finalize

protected void finalize()


Copyright © 2004 C.N.Medappa. All Rights Reserved.