- All Implemented Interfaces:
TagCheck
- Enclosing class:
TagCheckImpl
public static class TagCheckImpl.CheckMeta
extends Object
implements TagCheck
Checker implementation for meta tags. Reports missing content attribute.
-
Constructor Summary
Constructors
-
Method Summary
void
Checks attributes in given Node.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CheckMeta
public CheckMeta()
-
Method Details
-
check
Description copied from interface: TagCheck
Checks attributes in given Node.
- Specified by:
check
in interface TagCheck
- Parameters:
lexer
- Lexer
node
- Node to check for valid attributes.
- See Also:
-