xtc.driver.XTCdom
Class NodeBuffer
java.lang.Object
xtc.driver.XTCdom.NodeBuffer
public class NodeBuffer
- extends Object
- Author:
- amw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeMap
HashMap<XTCdeweyID,NodeList> nodeMap
NodeBuffer
public NodeBuffer()
containsKey
public boolean containsKey(XTCdeweyID dewey)
getChildren
public NodeList getChildren(XTCdeweyID dewey)
getCapacity
public int getCapacity()
put
public void put(XTCdeweyID node,
NodeList childList)
getFirstChild
public Node getFirstChild(XTCdeweyID node)
getLastChild
public Node getLastChild(XTCdeweyID node)
printContent
public void printContent()