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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Selector
Selector.SelectorType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeneralAdjacentSelector(Selector child, SimpleSelector simpleSelector) Ctor. -
Method Summary
Methods inherited from class AbstractSelector
getSelectorSpecificityMethods inherited from class AbstractLocatable
getLocator, setLocatorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Locatable
getLocator, setLocator
-
Field Details
-
selector_
-
simpleSelector_
-
-
Constructor Details
-
GeneralAdjacentSelector
Ctor.- Parameters:
child- the child selectorsimpleSelector- the simple selector
-
-
Method Details
-
getSelectorType
- Returns:
- the associated selector type
-
getSelector
- Returns:
- the selector
-
getSimpleSelector
- Returns:
- the simple selector part
-
toString
-