Class PseudoElementSelector
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.selector.AbstractSelector
org.htmlunit.cssparser.parser.selector.PseudoElementSelector
- All Implemented Interfaces:
Serializable
,Locatable
,Selector
,SimpleSelector
PseudoElementSelector class.
- Author:
- Ronald Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.selector.Selector
Selector.SelectorType
-
Constructor Summary
ConstructorDescriptionPseudoElementSelector
(String localName, Locator locator, boolean doubleColon) Ctor. -
Method Summary
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
Methods inherited from interface org.htmlunit.cssparser.parser.selector.Selector
getSelectorSpecificity
-
Constructor Details
-
PseudoElementSelector
Ctor.- Parameters:
localName
- the local namelocator
- the locatordoubleColon
- double column flag
-
-
Method Details
-
getSelectorType
getSelectorType.
- Specified by:
getSelectorType
in interfaceSelector
- Returns:
- the associated selector type
-
getSimpleSelector
getSimpleSelector.
- Specified by:
getSimpleSelector
in interfaceSelector
- Returns:
- the simple selector part
-
getLocalName
getLocalName.
- Returns:
- the local name
-
toString
-