Class PrefixAttributeCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.AttributeCondition
org.htmlunit.cssparser.parser.condition.PrefixAttributeCondition
- All Implemented Interfaces:
Serializable
,Condition
,Locatable
- Author:
- Ronlad Brill
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.condition.Condition
Condition.ConditionType
-
Constructor Summary
ConstructorDescriptionPrefixAttributeCondition
(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, 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
-
Constructor Details
-
PrefixAttributeCondition
Ctor.- Parameters:
localName
- the local namevalue
- the valuecaseInSensitive
- null if not set, true/false for i/s
-
-
Method Details
-
getConditionType
Description copied from interface:Condition
getConditionType.
- Specified by:
getConditionType
in interfaceCondition
- Overrides:
getConditionType
in classAttributeCondition
- Returns:
- the associated condition type
-
getOperator
- Overrides:
getOperator
in classAttributeCondition
-