org.apache.batik.css.parser

Class DefaultBeginHyphenAttributeCondition

public class DefaultBeginHyphenAttributeCondition extends DefaultAttributeCondition

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

Constructor Detail

DefaultBeginHyphenAttributeCondition

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

Method Detail

getConditionType

public short getConditionType()
SAC: Implements org.w3c.css.sac.Condition#getConditionType().

toString

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