Qizx/open API

net.axyana.qizxopen.dm
Class FONIDumper

java.lang.Object
  extended bynet.axyana.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
Throws:
java.io.IOException

dumpTree

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

adjust

public int adjust(int nodeId)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

© 2005 Axyana Software