Class OneOfAttributeCondition
- java.lang.Object
-
- org.htmlunit.cssparser.parser.AbstractLocatable
-
- org.htmlunit.cssparser.parser.condition.AttributeCondition
-
- org.htmlunit.cssparser.parser.condition.OneOfAttributeCondition
-
public class OneOfAttributeCondition extends AttributeCondition
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.condition.Condition
Condition.ConditionType
-
-
Constructor Summary
Constructors Constructor Description OneOfAttributeCondition(java.lang.String localName, java.lang.String value, java.lang.Boolean caseInSensitive)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition.ConditionTypegetConditionType()java.lang.StringgetOperator()-
Methods inherited from class org.htmlunit.cssparser.parser.condition.AttributeCondition
getLocalName, getValue, isCaseInSensitive, toString
-
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
-
-
-
-
Method Detail
-
getConditionType
public Condition.ConditionType getConditionType()
- Specified by:
getConditionTypein interfaceCondition- Overrides:
getConditionTypein classAttributeCondition- Returns:
- the associated condition type
-
getOperator
public java.lang.String getOperator()
- Overrides:
getOperatorin classAttributeCondition
-
-