org.apache.batik.css.parser
public class DefaultAttributeCondition extends AbstractAttributeCondition
Field Summary | |
---|---|
protected String | localName
The attribute's local name. |
protected String | namespaceURI
The attribute's namespace URI. |
protected boolean | specified
Whether this condition applies to specified attributes. |
Constructor Summary | |
---|---|
DefaultAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
Creates a new DefaultAttributeCondition object. |
Method Summary | |
---|---|
short | getConditionType()
SAC: Implements org.w3c.css.sac.Condition#getConditionType(). |
String | getLocalName()
SAC: Implements org.w3c.css.sac.AttributeCondition#getLocalName(). |
String | getNamespaceURI()
SAC: Implements org.w3c.css.sac.AttributeCondition#getNamespaceURI(). |
boolean | getSpecified()
SAC: Implements org.w3c.css.sac.AttributeCondition#getSpecified(). |
String | toString()
Returns a text representation of this object. |