|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.servletspy.writer.HtmlNodeWriter
Constructor Summary | |
HtmlNodeWriter(java.io.PrintWriter pPrintWriter)
Constructor. |
Method Summary | |
void |
writeNode(Node rootNode)
Generates a HTML representation of the provided node tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlNodeWriter(java.io.PrintWriter pPrintWriter)
pPrintWriter
- The writer.Method Detail |
public void writeNode(Node rootNode) throws java.io.IOException
INodeWriter
HTML
representation of the provided node tree.
writeNode
in interface INodeWriter
rootNode
- The root node of the tree.
java.io.IOException
- To signal IO problems.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |