|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.sac.CSSConditionalSelector
public class CSSConditionalSelector
This class provides an implementation of the
ConditionalSelector interface.
| Field Summary | |
|---|---|
protected org.w3c.css.sac.Condition |
condition
The condition. |
protected org.w3c.css.sac.SimpleSelector |
simpleSelector
The simple selector. |
| Fields inherited from interface org.w3c.css.sac.Selector |
|---|
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR |
| Constructor Summary | |
|---|---|
CSSConditionalSelector(org.w3c.css.sac.SimpleSelector s,
org.w3c.css.sac.Condition c)
Creates a new ConditionalSelector 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. |
org.w3c.css.sac.Condition |
getCondition()
SAC: Implements ConditionalSelector.getCondition(). |
short |
getSelectorType()
SAC: Implements Selector.getSelectorType(). |
org.w3c.css.sac.SimpleSelector |
getSimpleSelector()
SAC: Implements ConditionalSelector.getSimpleSelector(). |
int |
getSpecificity()
Returns the specificity of this selector. |
boolean |
match(Element e,
String pseudoE)
Tests whether this selector matches the given element. |
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 org.w3c.css.sac.SimpleSelector simpleSelector
protected org.w3c.css.sac.Condition condition
| Constructor Detail |
|---|
public CSSConditionalSelector(org.w3c.css.sac.SimpleSelector s,
org.w3c.css.sac.Condition c)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.public short getSelectorType()
Selector.getSelectorType().
getSelectorType in interface org.w3c.css.sac.Selector
public boolean match(Element e,
String pseudoE)
match in interface ExtendedSelectorpublic void fillAttributeSet(Set attrSet)
fillAttributeSet in interface ExtendedSelectorpublic int getSpecificity()
getSpecificity in interface ExtendedSelectorpublic org.w3c.css.sac.SimpleSelector getSimpleSelector()
ConditionalSelector.getSimpleSelector().
getSimpleSelector in interface org.w3c.css.sac.ConditionalSelectorpublic org.w3c.css.sac.Condition getCondition()
ConditionalSelector.getCondition().
getCondition in interface org.w3c.css.sac.ConditionalSelectorpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||