xtc.driver.XTCdom
Class NodeBuffer

java.lang.Object
  extended by xtc.driver.XTCdom.NodeBuffer

public class NodeBuffer
extends Object

Author:
amw

Field Summary
(package private)  HashMap<XTCdeweyID,NodeList> nodeMap
           
 
Constructor Summary
NodeBuffer()
           
 
Method Summary
 boolean containsKey(XTCdeweyID dewey)
           
 int getCapacity()
           
 NodeList getChildren(XTCdeweyID dewey)
           
 Node getFirstChild(XTCdeweyID node)
           
 Node getLastChild(XTCdeweyID node)
           
 void printContent()
           
 void put(XTCdeweyID node, NodeList childList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeMap

HashMap<XTCdeweyID,NodeList> nodeMap
Constructor Detail

NodeBuffer

public NodeBuffer()
Method Detail

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()