org.w3c.tidy
Class Clean
java.lang.Object
|
+--org.w3c.tidy.Clean
- public class Clean
- extends java.lang.Object
Clean up misuse of presentation markup
(c) 1998-2000 (W3C) MIT, INRIA, Keio University
See Tidy.java for the copyright notice.
Derived from
HTML Tidy Release 4 Aug 2000
- Version:
- 1.0, 1999/05/22
- Author:
- Dave Raggett , Andy Quick (translation to Java)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Clean
public Clean(TagTable tt)
cleanTree
public void cleanTree(Lexer lexer,
Node doc)
nestedEmphasis
public void nestedEmphasis(Node node)
emFromI
public void emFromI(Node node)
list2BQ
public void list2BQ(Node node)
bQ2Div
public void bQ2Div(Node node)
pruneSection
public Node pruneSection(Lexer lexer,
Node node)
dropSections
public void dropSections(Lexer lexer,
Node node)
purgeAttributes
public void purgeAttributes(Node node)
stripSpan
public Node stripSpan(Lexer lexer,
Node span)
cleanWord2000
public void cleanWord2000(Lexer lexer,
Node node)
isWord2000
public boolean isWord2000(Node root,
TagTable tt)