Package org.w3c.tidy
Class TagCheckImpl.CheckSCRIPT
- java.lang.Object
-
- org.w3c.tidy.TagCheckImpl.CheckSCRIPT
-
- All Implemented Interfaces:
TagCheck
- Enclosing class:
- TagCheckImpl
public static class TagCheckImpl.CheckSCRIPT extends java.lang.Object implements TagCheck
Checker implementation for script tags.
-
-
Constructor Summary
Constructors Constructor Description CheckSCRIPT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(Lexer lexer, Node node)Checks attributes in given Node.
-
-
-
Method Detail
-
check
public void check(Lexer lexer, Node node)
Description copied from interface:TagCheckChecks attributes in given Node.- Specified by:
checkin interfaceTagCheck- Parameters:
lexer- Lexernode- Node to check for valid attributes.- See Also:
TagCheck.check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)
-
-