Class GeneralAdjacentSelector
- java.lang.Object
-
- org.htmlunit.cssparser.parser.AbstractLocatable
-
- org.htmlunit.cssparser.parser.selector.AbstractSelector
-
- org.htmlunit.cssparser.parser.selector.GeneralAdjacentSelector
-
- All Implemented Interfaces:
Serializable,Locatable,Selector
public class GeneralAdjacentSelector extends AbstractSelector
GeneralAdjacentSelector class.
- Author:
- Ronald Brill
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.selector.Selector
Selector.SelectorType
-
-
Constructor Summary
Constructors Constructor Description GeneralAdjacentSelector(Selector child, SimpleSelector simpleSelector)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectorgetSelector()getSelector.Selector.SelectorTypegetSelectorType()getSelectorType.SimpleSelectorgetSimpleSelector()getSimpleSelector.StringtoString()-
Methods inherited from class org.htmlunit.cssparser.parser.selector.AbstractSelector
getSelectorSpecificity
-
Methods inherited from class org.htmlunit.cssparser.parser.AbstractLocatable
getLocator, setLocator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
-
-
-
Constructor Detail
-
GeneralAdjacentSelector
public GeneralAdjacentSelector(Selector child, SimpleSelector simpleSelector)
Ctor.- Parameters:
child- the child selectorsimpleSelector- the simple selector
-
-
Method Detail
-
getSelectorType
public Selector.SelectorType getSelectorType()
getSelectorType.
- Returns:
- the associated selector type
-
getSelector
public Selector getSelector()
getSelector.
- Returns:
- the selector
-
getSimpleSelector
public SimpleSelector getSimpleSelector()
getSimpleSelector.
- Returns:
- the simple selector part
-
-