org.ozoneDB.xml.util
Class ModifiableNodeList

java.lang.Object
  |
  +--org.ozoneDB.xml.util.ModifiableNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList, java.io.Serializable

public final synchronized class ModifiableNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ModifiableNodeList()
           
ModifiableNodeList(int)
           
 
Method Summary
 void addNode(org.w3c.dom.Node)
           
 int getLength()
           
 org.w3c.dom.Node item(int)
           
 void removeNode(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifiableNodeList

public ModifiableNodeList()

ModifiableNodeList

public ModifiableNodeList(int)
Method Detail

addNode

public final void addNode(org.w3c.dom.Node)

removeNode

public final void removeNode(int)

item

public final org.w3c.dom.Node item(int)
Specified by:
item in interface org.w3c.dom.NodeList

getLength

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


Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.