TagCheckpublic static class TagCheckImpl.CheckSCRIPT extends java.lang.Object implements TagCheck
| Constructor | Description |
|---|---|
CheckSCRIPT() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
check(Lexer lexer,
Node node) |
Checks attributes in given Node.
|
public void check(Lexer lexer, Node node)
TagCheckcheck in interface TagChecklexer - Lexernode - Node to check for valid attributes.TagCheck.check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)