SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Class TreeClimber

java.lang.Object
  extended by com.simpleservlets.htmlobjects.TreeClimber

public class TreeClimber
extends Object

Climbs an HTMLElement tree and sends output to the specified HTMLPrinter. Typically, the node passed in is an HTMLPage. See HTMLUtil's send methods for convenient ways of sending entire pages.

Author:
Paul Hyde

Constructor Summary
TreeClimber(HTMLElement root, HTMLPrinter printer)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeClimber

public TreeClimber(HTMLElement root,
                   HTMLPrinter printer)
Method Detail

process

public void process()

SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.