Qizx/Open v0.3

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.PrintStream out, int depth)
           
 boolean dumpNode(java.io.PrintStream out, int nodeId, boolean dummy)
           
 void dumpTree(java.io.PrintStream out, int nodeId, int depth)
           
 void locateInside(int container, int nodeId)
           
 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(java.io.PrintStream out,
                 int depth)

dumpNode

public boolean dumpNode(java.io.PrintStream out,
                        int nodeId,
                        boolean dummy)

dumpTree

public void dumpTree(java.io.PrintStream out,
                     int nodeId,
                     int depth)

adjust

public int adjust(int nodeId)

locateInside

public void locateInside(int container,
                         int nodeId)

 Copyright Xavier FRANC 2003-2004