public class CSSClassCondition extends CSSAttributeCondition
org.w3c.css.sac.AttributeCondition
interface.localName, namespaceURI, specified
value
Constructor and Description |
---|
CSSClassCondition(String localName,
String namespaceURI,
String value)
Creates a new CSSAttributeCondition object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
equals, fillAttributeSet, getLocalName, getNamespaceURI, getSpecified, hashCode
getSpecificity, getValue
public short getConditionType()
org.w3c.css.sac.Condition#getConditionType()
.getConditionType
in class CSSAttributeCondition
public boolean match(Element e, String pseudoE)
match
in interface ExtendedCondition
match
in class CSSAttributeCondition
public String toString()
toString
in class CSSAttributeCondition
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.