Package org.w3c.tidy
Interface AttrCheck
-
- All Known Implementing Classes:
AttrCheckImpl.CheckAlign,AttrCheckImpl.CheckBool,AttrCheckImpl.CheckClear,AttrCheckImpl.CheckColor,AttrCheckImpl.CheckFsubmit,AttrCheckImpl.CheckId,AttrCheckImpl.CheckLang,AttrCheckImpl.CheckLength,AttrCheckImpl.CheckName,AttrCheckImpl.CheckNumber,AttrCheckImpl.CheckScope,AttrCheckImpl.CheckScript,AttrCheckImpl.CheckScroll,AttrCheckImpl.CheckShape,AttrCheckImpl.CheckTarget,AttrCheckImpl.CheckTextDir,AttrCheckImpl.CheckUrl,AttrCheckImpl.CheckValign,AttrCheckImpl.CheckVType
public interface AttrCheckCheck attribute values.- Version:
- $Revision: 400 $ ($Author: fgiust $)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck(Lexer lexer, Node node, AttVal attval)Check the value of an attribute.
-