org.w3c.tidy
Class AttrCheckImpl.CheckShape
java.lang.Object
org.w3c.tidy.AttrCheckImpl.CheckShape
- All Implemented Interfaces:
- AttrCheck
- Enclosing class:
- AttrCheckImpl
public static class AttrCheckImpl.CheckShape
- extends Object
- implements AttrCheck
AttrCheck implementation for checking the "shape" attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttrCheckImpl.CheckShape
public AttrCheckImpl.CheckShape()
check
public void check(Lexer lexer,
Node node,
AttVal attval)
- Description copied from interface:
AttrCheck
- Check the value of an attribute.
- Specified by:
check
in interface AttrCheck
- Parameters:
lexer
- Lexernode
- current Nodeattval
- attribute value- See Also:
AttrCheck.check(Lexer, Node, AttVal)
Copyright © 2000-2010 sourceforge. All Rights Reserved.