frysk.dom
Class DOMFactory

java.lang.Object
  extended by frysk.dom.DOMFactory

public class DOMFactory
extends Object


Field Summary
private static boolean DEBUG
           
private static HashMap hashmap
           
 
Constructor Summary
DOMFactory()
           
 
Method Summary
static void clearDOMSourceMap(Proc proc)
           
static DOMFrysk createDOM(DebugInfoFrame frame, Proc proc)
           
static DOMFrysk getDOM(Proc proc)
          getDOM returns a pointer to the desired dom from the hashmap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values

hashmap

private static HashMap hashmap
Constructor Detail

DOMFactory

public DOMFactory()
Method Detail

createDOM

public static DOMFrysk createDOM(DebugInfoFrame frame,
                                 Proc proc)
                          throws IOException
Throws:
IOException

getDOM

public static DOMFrysk getDOM(Proc proc)
getDOM returns a pointer to the desired dom from the hashmap

Parameters:
proc - is the key used to retrieve the dom from the hashmap

clearDOMSourceMap

public static void clearDOMSourceMap(Proc proc)