| java.lang.Object net.matuschek.util.AttribValuePair
AttribValuePair | public class AttribValuePair (Code) | | A simple class to store attribute value pairs
author: Daniel Matuschek version: $Id: AttribValuePair.java,v 1.4 2002/05/31 14:45:56 matuschd Exp $ |
AttribValuePair | public AttribValuePair()(Code) | | empty constructor that does nothing
|
AttribValuePair | public AttribValuePair(String attrib, String value)(Code) | | initializes object using an attribute and its values
|
AttribValuePair | public AttribValuePair(String attribAndValue)(Code) | | inializes object using attrib=value string
|
getIgnoreAttribCase | public boolean getIgnoreAttribCase()(Code) | | |
setAttribAndValue | protected void setAttribAndValue(String attribAndValue)(Code) | | set the attrib and value using an attrib=value string
|
setIgnoreAttribCase | public void setIgnoreAttribCase(boolean ignore)(Code) | | |
|
|