Class NotPseudoClassCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.NotPseudoClassCondition
- All Implemented Interfaces:
Serializable
,Condition
,Locatable
Not 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
ConstructorDescriptionNotPseudoClassCondition
(SelectorList selectors, Locator locator, boolean doubleColon) Ctor. -
Method Summary
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
-
Constructor Details
-
NotPseudoClassCondition
Ctor.- Parameters:
selectors
- the selector listlocator
- the locatordoubleColon
- true if was prefixed by double colon
-
-
Method Details
-
getConditionType
Description copied from interface:Condition
getConditionType.
- Specified by:
getConditionType
in interfaceCondition
- Returns:
- the associated condition type
-
getLocalName
getLocalName.
- Specified by:
getLocalName
in interfaceCondition
- Returns:
- the local name
-
getValue
getValue.
-
getSelectors
- Returns:
- the list of selectors
-
toString
-