org.apache.batik.css.engine.sac
Class CSSBeginHyphenAttributeCondition

java.lang.Object
  extended by org.apache.batik.css.engine.sac.AbstractAttributeCondition
      extended by org.apache.batik.css.engine.sac.CSSAttributeCondition
          extended by org.apache.batik.css.engine.sac.CSSBeginHyphenAttributeCondition
All Implemented Interfaces:
ExtendedCondition

public class CSSBeginHyphenAttributeCondition
extends CSSAttributeCondition

This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.


Field Summary
 
Fields inherited from class org.apache.batik.css.engine.sac.CSSAttributeCondition
localName, namespaceURI, specified
 
Fields inherited from class org.apache.batik.css.engine.sac.AbstractAttributeCondition
value
 
Constructor Summary
CSSBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
          Creates a new CSSAttributeCondition object.
 
Method Summary
 short getConditionType()
          SAC: Implements org.w3c.css.sac.Condition#getConditionType().
 boolean match(Element e, String pseudoE)
          Tests whether this condition matches the given element.
 String toString()
          Returns a text representation of this object.
 
Methods inherited from class org.apache.batik.css.engine.sac.CSSAttributeCondition
equals, fillAttributeSet, getLocalName, getNamespaceURI, getSpecified, hashCode
 
Methods inherited from class org.apache.batik.css.engine.sac.AbstractAttributeCondition
getSpecificity, getValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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 org.w3c.css.sac.Condition#getConditionType().

Overrides:
getConditionType in class CSSAttributeCondition

match

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

Specified by:
match in interface ExtendedCondition
Overrides:
match in class CSSAttributeCondition

toString

public String toString()
Returns a text representation of this object.

Overrides:
toString in class CSSAttributeCondition


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.