org.mozilla.jrex.dom
Class JRexNodeListImpl
java.lang.Object
org.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
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.