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 Object
- implements TagCheck
Checker implementation for script tags.
|
Method Summary |
void |
check(Lexer lexer,
Node node)
Checks attributes in given Node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagCheckImpl.CheckSCRIPT
public TagCheckImpl.CheckSCRIPT()
check
public void check(Lexer lexer,
Node node)
- Description copied from interface:
TagCheck
- Checks attributes in given Node.
- Specified by:
check in interface TagCheck
- Parameters:
lexer - Lexernode - Node to check for valid attributes.- See Also:
TagCheck.check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)
Copyright © 2000-2010 sourceforge. All Rights Reserved.