Package org.w3c.tidy
Class TagCheckImpl
java.lang.Object
org.w3c.tidy.TagCheckImpl
Check HTML attributes implementation.
- Version:
- $Revision: 747 $ ($Author: fgiust $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Checker implementation for anchors.static class
Checker implementation for area.static class
Checker implementation for table caption.static class
Checker implementation for forms.static class
Checker implementation for hr.static class
Checker implementation for html tag.static class
Checker implementation for image tags.static class
add missing type attribute when appropriate.static class
Checker implementation for image maps.static class
Checker implementation for meta tags.static class
Checker implementation for script tags.static class
Checker implementation for style tags.static class
Checker implementation for table.static class
Checker implementation for table cells. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TagCheck
CheckAnchor instance.static final TagCheck
CheckAREA instance.static final TagCheck
CheckCaption instance.static final TagCheck
CheckForm instance.static final TagCheck
CheckHR instance.static final TagCheck
CheckHTML instance.static final TagCheck
CheckIMG instance.static final TagCheck
CheckLINK instance.static final TagCheck
CheckMap instance.static final TagCheck
CheckMeta instance.static final TagCheck
CheckSCRIPT instance.static final TagCheck
CheckSTYLE instance.static final TagCheck
CheckTABLE instance.static final TagCheck
CheckTableCell instance. -
Method Summary
-
Field Details
-
HTML
CheckHTML instance. -
SCRIPT
CheckSCRIPT instance. -
TABLE
CheckTABLE instance. -
CAPTION
CheckCaption instance. -
IMG
CheckIMG instance. -
AREA
CheckAREA instance. -
ANCHOR
CheckAnchor instance. -
MAP
CheckMap instance. -
STYLE
CheckSTYLE instance. -
TABLECELL
CheckTableCell instance. -
LINK
CheckLINK instance. -
HR
CheckHR instance. -
FORM
CheckForm instance. -
META
CheckMeta instance.
-