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
- Author:
- Ronald Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Selector
Selector.SelectorType -
Constructor Summary
ConstructorsConstructorDescriptionPseudoElementSelector(String localName, Locator locator, boolean doubleColon) 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, setLocatorMethods inherited from interface Selector
getSelectorSpecificity
-
Constructor Details
-
PseudoElementSelector
-
-
Method Details
-
getSelectorType
- Specified by:
getSelectorTypein interfaceSelector- Returns:
- the associated selector type
-
getSimpleSelector
- Specified by:
getSimpleSelectorin interfaceSelector- Returns:
- the simple selector part
-
getLocalName
- Returns:
- the local name
-
toString
-