org.w3c.tidy
Interface TagCheck
- 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 TagCheck
Check HTML attributes.
$Revision: 408 $ ($Author: fgiust $)
check
public void check(Lexer lexer,
Node node)
Checks attributes in given Node.
lexer
- Lexernode
- Node to check for valid attributes.