org.apache.batik.css.engine.sac

Class CSSBeginHyphenAttributeCondition

public class CSSBeginHyphenAttributeCondition extends CSSAttributeCondition

This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface.
Constructor Summary
CSSBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
Creates a new CSSAttributeCondition object.
Method Summary
shortgetConditionType()
SAC: Implements {@link org.w3c.css.sac.Condition#getConditionType()}.
booleanmatch(Element e, String pseudoE)
Tests whether this condition matches the given element.
StringtoString()
Returns a text representation of this object.

Constructor Detail

CSSBeginHyphenAttributeCondition

public CSSBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
Creates a new CSSAttributeCondition object.

Method Detail

getConditionType

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

match

public boolean match(Element e, String pseudoE)
Tests whether this condition matches the given element.

toString

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