Enhydra 3.1 API

org.enhydra.xml.lazydom
Class LazyDOMInfoPrinter

java.lang.Object
  |
  +--org.enhydra.xml.dom.DOMInfoPrinter
        |
        +--org.enhydra.xml.lazydom.LazyDOMInfoPrinter

public final synchronized class LazyDOMInfoPrinter
extends DOMInfoPrinter


Fields inherited from class org.enhydra.xml.dom.DOMInfoPrinter
fAllAttributes, fAttrSkipPrint, fOut, fVerboseAttributes, level
 
Constructor Summary
LazyDOMInfoPrinter(int, DOMTraversal, java.io.PrintWriter)
           
 
Method Summary
protected  boolean hasPrintAttributes(Element)
           
protected  void printNodeName(Node)
           
 
Methods inherited from class org.enhydra.xml.dom.DOMInfoPrinter
handleAttr, handleCDATASection, handleComment, handleDocument, handleDocumentFragment, handleDocumentType, handleElement, handleEntity, handleEntityReference, handleNotation, handleProcessingInstruction, handleText, printIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyDOMInfoPrinter

public LazyDOMInfoPrinter(int,
                          DOMTraversal,
                          java.io.PrintWriter)
Method Detail

hasPrintAttributes

protected boolean hasPrintAttributes(Element)
Overrides:
hasPrintAttributes in class DOMInfoPrinter

printNodeName

protected void printNodeName(Node)
Overrides:
printNodeName in class DOMInfoPrinter

Enhydra 3.1 API