org.w3c.flute.parser.selectors
Class DescendantSelectorImpl
java.lang.Object
org.w3c.flute.parser.selectors.DescendantSelectorImpl
public class DescendantSelectorImpl
- extends java.lang.Object
- Version:
- $Revision: 9877 $
- Author:
- Philippe Le Hegaret
|
Constructor Summary |
DescendantSelectorImpl(Selector parent,
SimpleSelector simpleSelector)
Creates a new DescendantSelectorImpl |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescendantSelectorImpl
public DescendantSelectorImpl(Selector parent,
SimpleSelector simpleSelector)
- Creates a new DescendantSelectorImpl
getSelectorType
public short getSelectorType()
- An integer indicating the type of
Selector
getAncestorSelector
public Selector getAncestorSelector()
- Returns the parent selector.
getSimpleSelector
public SimpleSelector getSimpleSelector()