Class RelativeSelector
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.selector.AbstractSelector
org.htmlunit.cssparser.parser.selector.RelativeSelector
- All Implemented Interfaces:
Serializable,Locatable,Selector
- Author:
- Ronald Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.selector.Selector
Selector.SelectorType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.htmlunit.cssparser.parser.selector.AbstractSelector
getSelectorSpecificityMethods inherited from class org.htmlunit.cssparser.parser.AbstractLocatable
getLocator, setLocatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
Constructor Details
-
RelativeSelector
Ctor.- Parameters:
combinator- the combinator to useselector- the selector
-
-
Method Details
-
getSelector
- Returns:
- the containing selector
-
getSelectorType
Description copied from interface:SelectorgetSelectorType.
- Returns:
- the associated selector type
-
getCombinator
- Returns:
- the combinator
-
getSimpleSelector
Description copied from interface:SelectorgetSimpleSelector.
- Returns:
- the simple selector part
-
toString
-