nu.validator.htmlparser.impl
Class AttributeInfo
java.lang.Object
nu.validator.htmlparser.impl.AttributeInfo
public class AttributeInfo
- extends Object
This class will probably be used for backwards compat stuff.
- Version:
- $Id: AttributeInfo.java 150 2007-08-16 19:21:25Z hsivonen $
- Author:
- hsivonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN_ATTRIBUTES
private static final String[] BOOLEAN_ATTRIBUTES
CASE_FOLDED
private static final String[] CASE_FOLDED
AttributeInfo
public AttributeInfo()
isBoolean
public static boolean isBoolean(String name)
isCaseFolded
public static boolean isCaseFolded(String name)