|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.sac.AbstractDescendantSelector
public abstract class AbstractDescendantSelector
This class provides an abstract implementation of the org.w3c.css.sac.DescendantSelector interface.
| Field Summary | |
|---|---|
protected Selector |
ancestorSelector
The ancestor selector. |
protected SimpleSelector |
simpleSelector
The simple selector. |
| Constructor Summary | |
|---|---|
protected |
AbstractDescendantSelector(Selector ancestor,
SimpleSelector simple)
Creates a new DescendantSelector object. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
Selector |
getAncestorSelector()
SAC: Implements org.w3c.css.sac.DescendantSelector#getAncestorSelector(). |
SimpleSelector |
getSimpleSelector()
SAC: Implements org.w3c.css.sac.DescendantSelector#getSimpleSelector(). |
int |
getSpecificity()
Returns the specificity of this selector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.css.engine.sac.ExtendedSelector |
|---|
fillAttributeSet, match |
| Field Detail |
|---|
protected Selector ancestorSelector
protected SimpleSelector simpleSelector
| Constructor Detail |
|---|
protected AbstractDescendantSelector(Selector ancestor,
SimpleSelector simple)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.public int getSpecificity()
getSpecificity in interface ExtendedSelectorpublic Selector getAncestorSelector()
org.w3c.css.sac.DescendantSelector#getAncestorSelector().
public SimpleSelector getSimpleSelector()
org.w3c.css.sac.DescendantSelector#getSimpleSelector().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||