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
-
tagA
-
-
tagArea
-
-
tagB
-
-
tagBlockquote
-
-
tagBody
-
-
tagBr
-
-
tagCaption
-
-
tagCenter
-
-
tagCol
-
-
tagDd
-
-
tagDir
-
-
tagDiv
-
-
tagDl
-
-
tagDt
-
-
tagEm
-
-
tagFont
-
-
tagForm
-
-
tagFrameset
-
-
tagH1
-
-
tagH2
-
-
tagHead
-
-
tagHr
-
-
tagHtml
-
-
tagI
-
-
tagLayer
-
-
tagLi
-
-
tagLink
-
-
tagListing
-
-
tagMap
-
-
tagNobr
-
-
tagNoframes
-
-
tagNoscript
-
-
tagOl
-
-
tagOptgroup
-
-
tagOption
-
-
tagP
-
-
tagParam
-
-
tagPre
-
-
tagScript
-
-
tagSpacer
-
-
tagSpan
-
-
tagStrong
-
-
tagStyle
-
-
tagTable
-
-
tagTd
-
-
tagTh
-
-
tagTitle
-
-
tagTr
-
-
tagUl
-
-
tagWbr
-
-
xmlTags
-
-
TagTable()
-
-
defineBlockTag(String)
-
-
defineEmptyTag(String)
-
-
defineInlineTag(String)
-
-
findTag(Node)
-
-
getDefaultTagTable()
-
-
install(Dict)
-
-
lookup(String)
-
-
setConfiguration(Configuration)
-
xmlTags
public static Dict xmlTags
tagHtml
public static Dict tagHtml
tagHead
public static Dict tagHead
tagBody
public static Dict tagBody
tagFrameset
public static Dict tagFrameset
tagNoframes
public static Dict tagNoframes
tagTitle
public static Dict tagTitle
tagHr
public static Dict tagHr
tagPre
public static Dict tagPre
tagListing
public static Dict tagListing
tagH1
public static Dict tagH1
tagH2
public static Dict tagH2
tagP
public static Dict tagP
tagUl
public static Dict tagUl
tagOl
public static Dict tagOl
tagDir
public static Dict tagDir
tagLi
public static Dict tagLi
tagDt
public static Dict tagDt
tagDd
public static Dict tagDd
tagDl
public static Dict tagDl
tagTd
public static Dict tagTd
tagTh
public static Dict tagTh
tagTr
public static Dict tagTr
tagCol
public static Dict tagCol
tagBr
public static Dict tagBr
tagA
public static Dict tagA
tagLink
public static Dict tagLink
tagB
public static Dict tagB
tagI
public static Dict tagI
tagStrong
public static Dict tagStrong
tagEm
public static Dict tagEm
tagParam
public static Dict tagParam
tagOption
public static Dict tagOption
tagOptgroup
public static Dict tagOptgroup
tagMap
public static Dict tagMap
tagArea
public static Dict tagArea
tagNobr
public static Dict tagNobr
tagWbr
public static Dict tagWbr
tagFont
public static Dict tagFont
tagSpacer
public static Dict tagSpacer
tagLayer
public static Dict tagLayer
tagCenter
public static Dict tagCenter
tagStyle
public static Dict tagStyle
tagScript
public static Dict tagScript
tagNoscript
public static Dict tagNoscript
tagTable
public static Dict tagTable
tagCaption
public static Dict tagCaption
tagForm
public static Dict tagForm
tagBlockquote
public static Dict tagBlockquote
tagDiv
public static Dict tagDiv
tagSpan
public static Dict tagSpan
TagTable
public TagTable()
setConfiguration
public void setConfiguration(Configuration configuration)
lookup
public Dict lookup(String name)
install
public Dict install(Dict dict)
findTag
public boolean findTag(Node node)
defineInlineTag
public void defineInlineTag(String name)
defineBlockTag
public void defineBlockTag(String name)
defineEmptyTag
public void defineEmptyTag(String name)
getDefaultTagTable
public static TagTable getDefaultTagTable()
All Packages Class Hierarchy This Package Previous Next Index