Uses of Interface
org.w3c.tidy.TagCheck
-
Packages that use TagCheck Package Description org.w3c.tidy -
-
Uses of TagCheck in org.w3c.tidy
Classes in org.w3c.tidy that implement TagCheck Modifier and Type Class Description static classTagCheckImpl.CheckAnchorChecker implementation for anchors.static classTagCheckImpl.CheckAREAChecker implementation for area.static classTagCheckImpl.CheckCaptionChecker implementation for table caption.static classTagCheckImpl.CheckFormChecker implementation for forms.static classTagCheckImpl.CheckHRChecker implementation for hr.static classTagCheckImpl.CheckHTMLChecker implementation for html tag.static classTagCheckImpl.CheckIMGChecker implementation for image tags.static classTagCheckImpl.CheckLINKadd missing type attribute when appropriate.static classTagCheckImpl.CheckMapChecker implementation for image maps.static classTagCheckImpl.CheckMetaChecker implementation for meta tags.static classTagCheckImpl.CheckSCRIPTChecker implementation for script tags.static classTagCheckImpl.CheckSTYLEChecker implementation for style tags.static classTagCheckImpl.CheckTABLEChecker implementation for table.static classTagCheckImpl.CheckTableCellChecker implementation for table cells.Fields in org.w3c.tidy declared as TagCheck Modifier and Type Field Description static TagCheckTagCheckImpl. ANCHORCheckAnchor instance.static TagCheckTagCheckImpl. AREACheckAREA instance.static TagCheckTagCheckImpl. CAPTIONCheckCaption instance.static TagCheckTagCheckImpl. FORMCheckForm instance.static TagCheckTagCheckImpl. HRCheckHR instance.static TagCheckTagCheckImpl. HTMLCheckHTML instance.static TagCheckTagCheckImpl. IMGCheckIMG instance.static TagCheckTagCheckImpl. LINKCheckLINK instance.static TagCheckTagCheckImpl. MAPCheckMap instance.static TagCheckTagCheckImpl. METACheckMeta instance.static TagCheckTagCheckImpl. SCRIPTCheckSCRIPT instance.static TagCheckTagCheckImpl. STYLECheckSTYLE instance.static TagCheckTagCheckImpl. TABLECheckTABLE instance.static TagCheckTagCheckImpl. TABLECELLCheckTableCell instance.Methods in org.w3c.tidy that return TagCheck Modifier and Type Method Description TagCheckDict. getChkattrs()Getter forchkattrs.Methods in org.w3c.tidy with parameters of type TagCheck Modifier and Type Method Description voidDict. setChkattrs(TagCheck chkattrs)Setter forchkattrs.Constructors in org.w3c.tidy with parameters of type TagCheck Constructor Description Dict(java.lang.String name, java.util.EnumSet<HtmlVersion> versions, int model, Parser parser, TagCheck chkattrs)Instantiates a new Tag definition.
-