Package org.w3c.tidy
Interface TagCheck
-
- All Known Implementing Classes:
TagCheckImpl.CheckAnchor,TagCheckImpl.CheckAREA,TagCheckImpl.CheckCaption,TagCheckImpl.CheckForm,TagCheckImpl.CheckHR,TagCheckImpl.CheckHTML,TagCheckImpl.CheckIMG,TagCheckImpl.CheckLINK,TagCheckImpl.CheckMap,TagCheckImpl.CheckMeta,TagCheckImpl.CheckSCRIPT,TagCheckImpl.CheckSTYLE,TagCheckImpl.CheckTABLE,TagCheckImpl.CheckTableCell
public interface TagCheckCheck HTML attributes.- Version:
- $Revision: 408 $ ($Author: fgiust $)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck(Lexer lexer, Node node)Checks attributes in given Node.
-