org.w3c.flute.parser.selectors
Class ChildSelectorImpl
java.lang.Object
org.w3c.flute.parser.selectors.ChildSelectorImpl
- DescendantSelector
public class ChildSelectorImpl
extends java.lang.Object
implements DescendantSelector
ChildSelectorImpl(Selector parent, SimpleSelector child) - Creates a new ChildSelectorImpl
|
ChildSelectorImpl
public ChildSelectorImpl(Selector parent,
SimpleSelector child)
Creates a new ChildSelectorImpl
getAncestorSelector
public Selector getAncestorSelector()
Returns the parent selector.
getSelectorType
public short getSelectorType()
An integer indicating the type of Selector
getSimpleSelector
public SimpleSelector getSimpleSelector()