org.apache.batik.css.parser
Class AbstractAttributeCondition
java.lang.Object
org.apache.batik.css.parser.AbstractAttributeCondition
- Direct Known Subclasses:
- DefaultAttributeCondition, DefaultIdCondition, DefaultPseudoClassCondition
public abstract class AbstractAttributeCondition
- extends Object
This class provides an abstract implementation of the org.w3c.css.sac.AttributeCondition
interface.
Field Summary |
protected String |
value
The attribute value. |
Method Summary |
String |
getValue()
SAC: Implements AttributeCondition#getValue() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
- The attribute value.
AbstractAttributeCondition
protected AbstractAttributeCondition(String value)
- Creates a new AbstractAttributeCondition object.
getValue
public String getValue()
- SAC: Implements
AttributeCondition#getValue()
.
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.