tool.html

Class Massage

public class Massage extends Object

OUT OF DATE. Perfect your HTML correct automatically! Cleans up mismatched tags, updates deprecated tags to modern usage, optionally writes XHTML, and more. Also, make your URLs robust: See RobustHyperlink. Documentation at web site, under "Tools".

Version: $Revision: 1.3 $ $Date: 2003/06/01 07:39:48 $

Field Summary
static StringVERSION
Method Summary
static voidmain(String[] argv)
static Stringwalk(Node htmlroot)
static booleanwalkAux(Node n, int level, StringBuffer sb, boolean laststruct, List<Span> spans)

Field Detail

VERSION

public static final String VERSION

Method Detail

main

public static void main(String[] argv)

walk

public static String walk(Node htmlroot)

walkAux

public static boolean walkAux(Node n, int level, StringBuffer sb, boolean laststruct, List<Span> spans)