|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.sac.AbstractSiblingSelector
org.apache.batik.css.engine.sac.CSSDirectAdjacentSelector
public class CSSDirectAdjacentSelector
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.AbstractSiblingSelector |
|---|
nodeType, selector, simpleSelector |
| Constructor Summary | |
|---|---|
CSSDirectAdjacentSelector(short type,
Selector parent,
SimpleSelector simple)
Creates a new CSSDirectAdjacentSelector 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.AbstractSiblingSelector |
|---|
equals, getNodeType, getSelector, getSiblingSelector, getSpecificity |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CSSDirectAdjacentSelector(short type,
Selector parent,
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 | |||||||||