|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.batik.css.engine.sac.CSSConditionalSelector
This class provides an implementation of the
ConditionalSelector interface.
| Field Summary | |
protected Condition |
condition
The condition. |
protected SimpleSelector |
simpleSelector
The simple selector. |
| Constructor Summary | |
CSSConditionalSelector(SimpleSelector s,
Condition c)
Creates a new ConditionalSelector object. |
|
| Method Summary | |
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 ConditionalSelector.getCondition(). |
short |
getSelectorType()
SAC: Implements Selector.getSelectorType(). |
SimpleSelector |
getSimpleSelector()
SAC: Implements ConditionalSelector.getSimpleSelector(). |
int |
getSpecificity()
Returns the specificity of this selector. |
boolean |
match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
java.lang.String |
toString()
Returns a representation of the selector. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected SimpleSelector simpleSelector
protected Condition condition
| Constructor Detail |
public CSSConditionalSelector(SimpleSelector s,
Condition c)
| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.public short getSelectorType()
Selector.getSelectorType().getSelectorType in interface Selector
public boolean match(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()
ConditionalSelector.getSimpleSelector().getSimpleSelector in interface ConditionalSelectorpublic Condition getCondition()
ConditionalSelector.getCondition().getCondition in interface ConditionalSelectorpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||