net.sourceforge.servletspy
Interface INodeWriter
- All Known Implementing Classes:
- HtmlNodeWriter
- public interface INodeWriter
Tool to generates a textual representation using the provided node tree.
- Author:
- arno schumacher
Method Summary |
void |
writeNode(Node rootNode)
Generates a HTML representation of the provided node tree. |
writeNode
public void writeNode(Node rootNode)
throws java.io.IOException
- Generates a
HTML
representation of the provided node tree.
- Parameters:
rootNode
- The root node of the tree.
- Throws:
java.io.IOException
- To signal IO problems.
Copyright 2005-2005-2006 Arno Schumacher. All Rights Reserved.