Uses of Class
org.w3c.tidy.TagTable
-
Packages that use TagTable Package Description org.w3c.tidy -
-
Uses of TagTable in org.w3c.tidy
Fields in org.w3c.tidy declared as TagTable Modifier and Type Field Description private TagTableClean. ttTag table.protected TagTableConfiguration. ttTagTable associated with this Configuration.private TagTableDOMDocumentImpl. ttA DOM Document has its own TagTable.Methods in org.w3c.tidy with parameters of type TagTable Modifier and Type Method Description NodeNode. findBody(TagTable tt)Find the body node.NodeNode. findHEAD(TagTable tt)Find the head tag.NodeNode. findHTML(TagTable tt)Find the "html" element.NodeNode. findTITLE(TagTable tt)static voidNode. 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 booleanParserImpl. 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 Constructor Description Clean(TagTable tagTable)Instantiates a new Clean.Node(short type, byte[] textarray, int start, int end, java.lang.String element, TagTable tt)Instantiates a new node.
-