Uses of Class
org.w3c.tidy.Dict
Packages that use Dict
-
Uses of Dict in org.w3c.tidy
Fields in org.w3c.tidy declared as DictModifier and TypeFieldDescriptionprotected DictIStack.tagtag's dictionary definition.protected DictNode.tagtag's dictionary definition.protected DictTagTable.tagAa tag.protected DictTagTable.tagAppletapplet tag.protected DictTagTable.tagAreaarea tag.protected DictTagTable.tagBb tag.protected DictTagTable.tagBasebase tag.protected DictTagTable.tagBigbig tag.protected DictTagTable.tagBlinka proprietary tag added by Tidy, along with tag_nobr, tag_wbr.protected DictTagTable.tagBlockquoteblockquote tag.protected DictTagTable.tagBodybody tag.protected DictTagTable.tagBrbr tag.protected DictTagTable.tagCaptioncaption tag.protected DictTagTable.tagCentercenter tag.protected DictTagTable.tagColcol tag.protected DictTagTable.tagColgroupcolgroup tag.protected DictTagTable.tagDddd tag.protected DictTagTable.tagDirdir tag.protected DictTagTable.tagDivdiv tag.protected DictTagTable.tagDldl tag.protected DictTagTable.tagDtdt tag.protected DictTagTable.tagEmem tag.protected DictTagTable.tagFontfont tag.protected DictTagTable.tagFormform tag.protected DictTagTable.tagFrameframe tag.protected DictTagTable.tagFramesetframeset tag.protected DictTagTable.tagH1h1 tag.protected DictTagTable.tagH2h2 tag.protected DictTagTable.tagHeadhead tag.protected DictTagTable.tagHrhr tag.protected DictTagTable.tagHtmlhtml tag.protected DictTagTable.tagIi tag.protected DictTagTable.tagIframeiframe tag.protected DictTagTable.tagImgimg tag.protected DictTagTable.tagInputinput tag.protected DictTagTable.tagLayerlayer tag.protected DictTagTable.tagLili tag.protected DictTagTable.tagLinklink tag.protected DictTagTable.tagListinglisting tag.protected DictTagTable.tagMapmap tag.protected DictTagTable.tagMetameta tag.protected DictTagTable.tagNobrnobr tag.protected DictTagTable.tagNoframesnoframes tag.protected DictTagTable.tagNoscriptnoscript tag.protected DictTagTable.tagObjectobject tag.protected DictTagTable.tagOlol tag.protected DictTagTable.tagOptgroupoptgroup tag.protected DictTagTable.tagOptionoption tag.protected DictTagTable.tagPp tag.protected DictTagTable.tagParamparam tag.protected DictTagTable.tagPrepre tag.protected DictTagTable.tagQtag.protected DictTagTable.tagScriptscript tag.protected DictTagTable.tagSmallsmall tag.protected DictTagTable.tagSpacerspacer tag.protected DictTagTable.tagSpanspan tag.protected DictTagTable.tagStrongstrong tag.protected DictTagTable.tagStylestyle tag.protected DictTagTable.tagTabletable tag.protected DictTagTable.tagTdtd tag.protected DictTagTable.tagTextareatextarea tag.protected DictTagTable.tagThth tag.protected DictTagTable.tagTitletitle tag.protected DictTagTable.tagTrtr tag.protected DictTagTable.tagUlul tag.protected DictTagTable.tagWbrwbr tag.protected DictNode.wasold tag when it was changed.static final DictTagTable.XML_TAGSdummy entry for all xml tags.Methods in org.w3c.tidy that return DictModifier and TypeMethodDescriptionInstalls a new tag in the tag table, or modify an existing one.Lookup a tag definition by its name.Methods in org.w3c.tidy with parameters of type DictModifier and TypeMethodDescriptionstatic voidNode.coerceNode(Lexer lexer, Node node, Dict tag) Coerce a node.Installs a new tag in the tag table, or modify an existing one.booleanNode.isDescendantOf(Dict tag) Is this node contained in a given tag?