Class NotPseudoClassCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.NotPseudoClassCondition
- All Implemented Interfaces:
Serializable, Condition, Locatable
Not condition.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Condition
Condition.ConditionType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotPseudoClassCondition(SelectorList selectors, Locator locator, boolean doubleColon) Ctor. -
Method Summary
Methods 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
-
selectors_
-
doubleColon_
private final boolean doubleColon_
-
-
Constructor Details
-
NotPseudoClassCondition
Ctor.- Parameters:
selectors- the selector listlocator- the locatordoubleColon- true if was prefixed by double colon
-
-
Method Details
-
getConditionType
- Specified by:
getConditionTypein interfaceCondition- Returns:
- the associated condition type
-
getLocalName
- Specified by:
getLocalNamein interfaceCondition- Returns:
- the local name
-
getValue
-
getSelectors
- Returns:
- the list of selectors
-
toString
-