Uses of Class
org.w3c.tidy.TagTable

Uses of TagTable in org.w3c.tidy
 

Fields in org.w3c.tidy declared as TagTable
protected  TagTable Configuration.tt
           
 

Methods in org.w3c.tidy that return TagTable
 TagTable Configuration.getTagTable()
          Get the tag table associated with this configuration
 

Methods in org.w3c.tidy with parameters of type TagTable
 boolean Clean.isWord2000(Node root, TagTable tt)
           
 Node Node.findBody(TagTable tt)
           
static void Node.moveBeforeTable(Node row, Node node, TagTable tt)
           
 Node Node.findHTML(TagTable tt)
           
 Node Node.findHEAD(TagTable tt)
           
static boolean ParserImpl.XMLPreserveWhiteSpace(Node element, TagTable tt)
          Indicates whether or not whitespace should be preserved for this element.
 void DOMDocumentImpl.setTagTable(TagTable tt)
           
 

Constructors in org.w3c.tidy with parameters of type TagTable
Clean(TagTable tt)
           
Node(short type, byte[] textarray, int start, int end, String element, TagTable tt)
           
 



Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.