public class CSSConditionalSelector extends java.lang.Object implements ExtendedSelector
org.w3c.css.sac.ConditionalSelector interface.| Modifier and Type | Field and Description |
|---|---|
protected Condition |
condition
The condition.
|
protected SimpleSelector |
simpleSelector
The simple selector.
|
| Constructor and Description |
|---|
CSSConditionalSelector(SimpleSelector s,
Condition c)
Creates a new ConditionalSelector object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
void |
fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector.
|
Condition |
getCondition()
SAC: Implements
org.w3c.css.sac.ConditionalSelector#getCondition(). |
short |
getSelectorType()
SAC: Implements
org.w3c.css.sac.Selector#getSelectorType(). |
SimpleSelector |
getSimpleSelector()
SAC: Implements
org.w3c.css.sac.ConditionalSelector#getSimpleSelector(). |
int |
getSpecificity()
Returns the specificity of this selector.
|
boolean |
match(org.w3c.dom.Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element.
|
java.lang.String |
toString()
Returns a representation of the selector.
|
protected SimpleSelector simpleSelector
protected Condition condition
public CSSConditionalSelector(SimpleSelector s,
Condition c)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.public short getSelectorType()
org.w3c.css.sac.Selector#getSelectorType().public boolean match(org.w3c.dom.Element e,
java.lang.String pseudoE)
match in interface ExtendedSelectorpublic void fillAttributeSet(java.util.Set attrSet)
fillAttributeSet in interface ExtendedSelectorpublic int getSpecificity()
getSpecificity in interface ExtendedSelectorpublic SimpleSelector getSimpleSelector()
org.w3c.css.sac.ConditionalSelector#getSimpleSelector().public Condition getCondition()
org.w3c.css.sac.ConditionalSelector#getCondition().public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2009 Apache Software Foundation. All Rights Reserved.