ibm.techexplorer.dom
Class TENodeList

java.lang.Object
  |
  +--ibm.techexplorer.dom.TENodeList

public class TENodeList
extends java.lang.Object
implements NodeList

Description

See Also:
techexplorer, NodeList

Constructor Summary
TENodeList(techexplorer plugin, int nodeList)
           
 
Method Summary
protected  Node convertToNode(int node)
           
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TENodeList

public TENodeList(techexplorer plugin,
                  int nodeList)
Method Detail

item

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

getLength

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

convertToNode

protected Node convertToNode(int node)