Class OneOfAttributeCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.AttributeCondition
org.htmlunit.cssparser.parser.condition.OneOfAttributeCondition
- All Implemented Interfaces:
Serializable,Condition,Locatable
OneOfAttributeCondition class.
- Author:
- Ronald Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.condition.Condition
Condition.ConditionType -
Constructor Summary
ConstructorsConstructorDescriptionOneOfAttributeCondition(String localName, String value, Boolean caseInSensitive) Ctor. -
Method Summary
Modifier and TypeMethodDescriptiongetConditionType.Methods inherited from class org.htmlunit.cssparser.parser.condition.AttributeCondition
getLocalName, getValue, isCaseInSensitive, toStringMethods 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
-
OneOfAttributeCondition
Ctor.- Parameters:
localName- the local namevalue- the valuecaseInSensitive- null if not set, true/false for i/s
-
-
Method Details
-
getConditionType
getConditionType.
- Specified by:
getConditionTypein interfaceCondition- Overrides:
getConditionTypein classAttributeCondition- Returns:
- the associated condition type
-
getOperator
- Overrides:
getOperatorin classAttributeCondition- Returns:
- the operator '='
-