|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.dom.DOMInfoPrinter | +--org.enhydra.xml.lazydom.LazyDOMInfoPrinter
LazyDOM DOMInfo traversal handler.
Field Summary |
Fields inherited from class org.enhydra.xml.dom.DOMInfoPrinter |
fAllAttributes, fAttrSkipPrint, fOut, fVerboseAttributes, level |
Constructor Summary | |
LazyDOMInfoPrinter(int options,
DOMTraversal traverser,
java.io.PrintWriter out)
Constructor. |
Method Summary | |
protected boolean |
hasPrintAttributes(Element element)
Determine if an element has attributes that are to be printed, This overrides the DOMInfoPrinter method and handles switching from instance to template nodes. |
protected void |
printNodeName(Node node)
Print node name, add template indicator if a template 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 |
public LazyDOMInfoPrinter(int options, DOMTraversal traverser, java.io.PrintWriter out)
Method Detail |
protected void printNodeName(Node node)
printNodeName
in class DOMInfoPrinter
protected boolean hasPrintAttributes(Element element)
hasPrintAttributes
in class DOMInfoPrinter
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |