Qizx/Open v0.4p2

net.xfra.qizxopen.dm
Class FONIDumper

java.lang.Object
  |
  +--net.xfra.qizxopen.dm.FONIDumper

public class FONIDumper
extends java.lang.Object


Constructor Summary
FONIDumper(FONIDocument doc)
           
 
Method Summary
 int adjust(int nodeId)
           
 void dump(java.io.BufferedWriter out, int depth)
           
 void dump(int depth)
           
 boolean dumpNode(java.io.BufferedWriter out, int nodeId, boolean dummy)
           
 void dumpTree(java.io.BufferedWriter out, int nodeId, int depth)
           
 void setDocument(FONIDocument doc)
           
 void setMaxDepth(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FONIDumper

public FONIDumper(FONIDocument doc)
Method Detail

setDocument

public void setDocument(FONIDocument doc)

setMaxDepth

public void setMaxDepth(int value)

dump

public void dump(int depth)

dump

public void dump(java.io.BufferedWriter out,
                 int depth)

dumpNode

public boolean dumpNode(java.io.BufferedWriter out,
                        int nodeId,
                        boolean dummy)
                 throws java.io.IOException
java.io.IOException

dumpTree

public void dumpTree(java.io.BufferedWriter out,
                     int nodeId,
                     int depth)
              throws java.io.IOException
java.io.IOException

adjust

public int adjust(int nodeId)

 Copyright Xavier FRANC 2003-2004