|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.AbstractSiblingSelector | +--org.apache.batik.css.parser.DefaultDirectAdjacentSelector
This class provides an implementation for the
DescendantSelector
interface.
Fields inherited from class org.apache.batik.css.parser.AbstractSiblingSelector |
nodeType, selector, simpleSelector |
Fields inherited from interface org.w3c.css.sac.SiblingSelector |
ANY_NODE |
Constructor Summary | |
DefaultDirectAdjacentSelector(short type,
Selector parent,
SimpleSelector simple)
Creates a new DefaultDirectAdjacentSelector object. |
Method Summary | |
short |
getSelectorType()
SAC: Implements Selector.getSelectorType() . |
java.lang.String |
toString()
Returns a representation of the selector. |
Methods inherited from class org.apache.batik.css.parser.AbstractSiblingSelector |
getNodeType, getSelector, getSiblingSelector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
Method Detail |
public short getSelectorType()
Selector.getSelectorType()
.public 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 |