Uses of Class
org.w3c.tidy.TagTable
Packages that use TagTable
-
Uses of TagTable in org.w3c.tidy
Fields in org.w3c.tidy declared as TagTableModifier and TypeFieldDescriptionprotected TagTable
Configuration.tt
TagTable associated with this Configuration.Methods in org.w3c.tidy with parameters of type TagTableModifier and TypeMethodDescriptionFind the body node.Find the head tag.Find the "html" element.static void
Node.moveBeforeTable
(Node row, Node node, TagTable tt) Unexpected content in table row is moved to just before the table in accordance with Netscape and IE.static boolean
ParserImpl.XMLPreserveWhiteSpace
(Node element, TagTable tt) Indicates whether or not whitespace should be preserved for this element.Constructors in org.w3c.tidy with parameters of type TagTable