org.apache.batik.css.parser

Class AbstractAttributeCondition

public abstract class AbstractAttributeCondition extends Object implements AttributeCondition

This class provides an abstract implementation of the {@link 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 {@link 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 {@link AttributeCondition#getValue()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.