xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch
Class SimpleNodeList

java.lang.Object
  extended byedu.uci.isr.xarch.SimpleNodeList
All Implemented Interfaces:
NodeList

class SimpleNodeList
extends Object
implements NodeList

Simple implementation of the DOM NodeList interface.

Author:
Eric M. Dashofy (edashofy@ics.uci.edu)

Field Summary
protected  Vector listContents
           
 
Constructor Summary
SimpleNodeList()
           
 
Method Summary
 void addNode(Node n)
           
 int getLength()
           
 Node item(int n)
           
 void removeNode(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listContents

protected Vector listContents
Constructor Detail

SimpleNodeList

public SimpleNodeList()
Method Detail

addNode

public void addNode(Node n)

removeNode

public void removeNode(Node n)

getLength

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

item

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

xArch/xADL 2.0 Data Binding Library