| org.w3c.tidy.AttrCheck
AttrCheck | public interface AttrCheck (Code) | | Check attribute values.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.5 $ ($Author: fgiust $) |
check | void check(Lexer lexer, Node node, AttVal attval)(Code) | | Check the value of an attribute.
Parameters: lexer - Lexer Parameters: node - current Node Parameters: attval - attribute value |
|
|