org.apache.batik.css.parser

Class AbstractAttributeCondition

public abstract class AbstractAttributeCondition extends Object implements AttributeCondition

This class provides an abstract implementation of the org.w3c.css.sac.AttributeCondition interface.
Field Summary
protected Stringvalue
The attribute value.
Constructor Summary
protected AbstractAttributeCondition(String value)
Creates a new AbstractAttributeCondition object.
Method Summary
StringgetValue()
SAC: Implements AttributeCondition#getValue().

Field Detail

value

protected String value
The attribute value.

Constructor Detail

AbstractAttributeCondition

protected AbstractAttributeCondition(String value)
Creates a new AbstractAttributeCondition object.

Method Detail

getValue

public String getValue()
SAC: Implements AttributeCondition#getValue().
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.