fi.iki.hsivonen.htmlparser
Class AttributeInfo

java.lang.Object
  extended by fi.iki.hsivonen.htmlparser.AttributeInfo

public class AttributeInfo
extends Object

Version:
$Id: AttributeInfo.java,v 1.3 2006/04/18 11:50:40 hsivonen Exp $
Author:
hsivonen

Field Summary
private static String[] BOOLEAN_ATTRIBUTES
           
private static String[] CASE_FOLDED
           
 
Constructor Summary
AttributeInfo()
           
 
Method Summary
static boolean isBoolean(String name)
           
static boolean isCaseFolded(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN_ATTRIBUTES

private static final String[] BOOLEAN_ATTRIBUTES

CASE_FOLDED

private static final String[] CASE_FOLDED
Constructor Detail

AttributeInfo

public AttributeInfo()
Method Detail

isBoolean

public static boolean isBoolean(String name)

isCaseFolded

public static boolean isCaseFolded(String name)