org.apache.batik.css.parser
Class AbstractAttributeCondition

java.lang.Object
  extended by 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.
 
Constructor Summary
protected AbstractAttributeCondition(String value)
          Creates a new AbstractAttributeCondition object.
 
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
 

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 ? 2008 Apache Software Foundation. All Rights Reserved.