org.apache.batik.css.parser

Class DefaultOneOfAttributeCondition

public class DefaultOneOfAttributeCondition extends DefaultAttributeCondition

This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface.
Constructor Summary
DefaultOneOfAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
Creates a new DefaultAttributeCondition object.
Method Summary
shortgetConditionType()
SAC: Implements {@link org.w3c.css.sac.Condition#getConditionType()}.
StringtoString()
Returns a text representation of this object.

Constructor Detail

DefaultOneOfAttributeCondition

public DefaultOneOfAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
Creates a new DefaultAttributeCondition object.

Method Detail

getConditionType

public short getConditionType()
SAC: Implements {@link org.w3c.css.sac.Condition#getConditionType()}.

toString

public String toString()
Returns a text representation of this object.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.