|
||||||||||
| 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
org.apache.batik.css.engine.sac.CSSDescendantSelector
public class CSSDescendantSelector
This class provides an implementation for the
org.w3c.css.sac.DescendantSelector interface.
| Field Summary |
|---|
| Fields inherited from class org.apache.batik.css.engine.sac.AbstractDescendantSelector |
|---|
ancestorSelector, simpleSelector |
| Constructor Summary | |
|---|---|
CSSDescendantSelector(Selector ancestor,
SimpleSelector simple)
Creates a new CSSDescendantSelector object. |
|
| Method Summary | |
|---|---|
void |
fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector. |
short |
getSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType(). |
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 org.apache.batik.css.engine.sac.AbstractDescendantSelector |
|---|
equals, getAncestorSelector, getSimpleSelector, getSpecificity |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CSSDescendantSelector(Selector ancestor,
SimpleSelector simple)
| Method Detail |
|---|
public short getSelectorType()
org.w3c.css.sac.Selector#getSelectorType().
public boolean match(Element e,
String pseudoE)
public void fillAttributeSet(Set attrSet)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||