Class HasPseudoClassCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.HasPseudoClassCondition
- All Implemented Interfaces:
Serializable,Condition,Locatable
:has condition.
- Author:
- Ronald Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.condition.Condition
Condition.ConditionType -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
HasPseudoClassCondition
Ctor.- Parameters:
selectors- the selector listlocator- the locator
-
-
Method Details
-
getConditionType
Description copied from interface:ConditiongetConditionType.
- Specified by:
getConditionTypein interfaceCondition- Returns:
- the associated condition type
-
getLocalName
getLocalName.
- Specified by:
getLocalNamein interfaceCondition- Returns:
- the local name
-
getValue
getValue.
-
getSelectors
- Returns:
- the list of selectors
-
toString
-