org.apache.batik.css.engine.sac
public class CSSPseudoClassCondition extends AbstractAttributeCondition
Field Summary | |
---|---|
protected String | namespaceURI
The namespaceURI. |
Constructor Summary | |
---|---|
CSSPseudoClassCondition(String namespaceURI, String value)
Creates a new CSSAttributeCondition object. |
Method Summary | |
---|---|
boolean | equals(Object obj)
Indicates whether some other object is "equal to" this one. |
void | fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector. |
short | getConditionType()
SAC: Implements {@link
org.w3c.css.sac.Condition#getConditionType()}. |
String | getLocalName()
SAC: Implements {@link
org.w3c.css.sac.AttributeCondition#getLocalName()}. |
String | getNamespaceURI()
SAC: Implements {@link
org.w3c.css.sac.AttributeCondition#getNamespaceURI()}. |
boolean | getSpecified()
SAC: Implements {@link
org.w3c.css.sac.AttributeCondition#getSpecified()}. |
int | hashCode()
equal objects should have equal hashCodes. |
boolean | match(Element e, String pseudoE)
Tests whether this selector matches the given element. |
String | toString()
Returns a text representation of this object. |
Parameters: obj the reference object with which to compare.
Returns: hashCode of this CSSPseudoClassCondition