debug
Class HtmlPrintRtree

java.lang.Object
  extended by debug.HtmlPrintRtree

public class HtmlPrintRtree
extends java.lang.Object

Author:
Mike Crea un file XML con le informazioni per il debug Tipi di nodo: 0 : nodo normale 1 : nodo insert di markup 2 : nodo delete di markup 3 : nodo editing

Constructor Summary
HtmlPrintRtree()
           
 
Method Summary
 boolean isMarkupHowEditing(org.w3c.dom.Node node)
           
 boolean isMarkupHowInsert(org.w3c.dom.Node node)
           
 void print(Rtree rtree, java.lang.String file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlPrintRtree

public HtmlPrintRtree()
Method Detail

print

public void print(Rtree rtree,
                  java.lang.String file)

isMarkupHowInsert

public boolean isMarkupHowInsert(org.w3c.dom.Node node)

isMarkupHowEditing

public boolean isMarkupHowEditing(org.w3c.dom.Node node)