All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.TagTable

java.lang.Object
   |
   +----org.w3c.tidy.TagTable

public class TagTable
extends Object

Variable Index

 o tagA
 o tagArea
 o tagB
 o tagBlockquote
 o tagBody
 o tagBr
 o tagCaption
 o tagCenter
 o tagCol
 o tagDd
 o tagDir
 o tagDiv
 o tagDl
 o tagDt
 o tagEm
 o tagFont
 o tagForm
 o tagFrameset
 o tagH1
 o tagH2
 o tagHead
 o tagHr
 o tagHtml
 o tagI
 o tagLayer
 o tagLi
 o tagLink
 o tagListing
 o tagMap
 o tagNobr
 o tagNoframes
 o tagNoscript
 o tagOl
 o tagOptgroup
 o tagOption
 o tagP
 o tagParam
 o tagPre
 o tagScript
 o tagSpacer
 o tagSpan
 o tagStrong
 o tagStyle
 o tagTable
 o tagTd
 o tagTh
 o tagTitle
 o tagTr
 o tagUl
 o tagWbr
 o xmlTags

Constructor Index

 o TagTable()

Method Index

 o defineBlockTag(String)
 o defineEmptyTag(String)
 o defineInlineTag(String)
 o findTag(Node)
 o getDefaultTagTable()
 o install(Dict)
 o lookup(String)
 o setConfiguration(Configuration)

Variables

 o xmlTags
 public static Dict xmlTags
 o tagHtml
 public static Dict tagHtml
 o tagHead
 public static Dict tagHead
 o tagBody
 public static Dict tagBody
 o tagFrameset
 public static Dict tagFrameset
 o tagNoframes
 public static Dict tagNoframes
 o tagTitle
 public static Dict tagTitle
 o tagHr
 public static Dict tagHr
 o tagPre
 public static Dict tagPre
 o tagListing
 public static Dict tagListing
 o tagH1
 public static Dict tagH1
 o tagH2
 public static Dict tagH2
 o tagP
 public static Dict tagP
 o tagUl
 public static Dict tagUl
 o tagOl
 public static Dict tagOl
 o tagDir
 public static Dict tagDir
 o tagLi
 public static Dict tagLi
 o tagDt
 public static Dict tagDt
 o tagDd
 public static Dict tagDd
 o tagDl
 public static Dict tagDl
 o tagTd
 public static Dict tagTd
 o tagTh
 public static Dict tagTh
 o tagTr
 public static Dict tagTr
 o tagCol
 public static Dict tagCol
 o tagBr
 public static Dict tagBr
 o tagA
 public static Dict tagA
 o tagLink
 public static Dict tagLink
 o tagB
 public static Dict tagB
 o tagI
 public static Dict tagI
 o tagStrong
 public static Dict tagStrong
 o tagEm
 public static Dict tagEm
 o tagParam
 public static Dict tagParam
 o tagOption
 public static Dict tagOption
 o tagOptgroup
 public static Dict tagOptgroup
 o tagMap
 public static Dict tagMap
 o tagArea
 public static Dict tagArea
 o tagNobr
 public static Dict tagNobr
 o tagWbr
 public static Dict tagWbr
 o tagFont
 public static Dict tagFont
 o tagSpacer
 public static Dict tagSpacer
 o tagLayer
 public static Dict tagLayer
 o tagCenter
 public static Dict tagCenter
 o tagStyle
 public static Dict tagStyle
 o tagScript
 public static Dict tagScript
 o tagNoscript
 public static Dict tagNoscript
 o tagTable
 public static Dict tagTable
 o tagCaption
 public static Dict tagCaption
 o tagForm
 public static Dict tagForm
 o tagBlockquote
 public static Dict tagBlockquote
 o tagDiv
 public static Dict tagDiv
 o tagSpan
 public static Dict tagSpan

Constructors

 o TagTable
 public TagTable()

Methods

 o setConfiguration
 public void setConfiguration(Configuration configuration)
 o lookup
 public Dict lookup(String name)
 o install
 public Dict install(Dict dict)
 o findTag
 public boolean findTag(Node node)
 o defineInlineTag
 public void defineInlineTag(String name)
 o defineBlockTag
 public void defineBlockTag(String name)
 o defineEmptyTag
 public void defineEmptyTag(String name)
 o getDefaultTagTable
 public static TagTable getDefaultTagTable()

All Packages  Class Hierarchy  This Package  Previous  Next  Index