Class AttributeCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.AttributeCondition
- All Implemented Interfaces:
Serializable, Condition, Locatable
- Direct Known Subclasses:
BeginHyphenAttributeCondition, OneOfAttributeCondition, PrefixAttributeCondition, SubstringAttributeCondition, SuffixAttributeCondition
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Condition
Condition.ConditionType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeCondition(String localName, String value, Boolean caseInSensitive) 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
-
localName_
-
value_
-
caseInSensitive_
-
-
Constructor Details
-
AttributeCondition
-
-
Method Details
-
getConditionType
- Specified by:
getConditionTypein interfaceCondition- Returns:
- the associated condition type
-
getLocalName
- Specified by:
getLocalNamein interfaceCondition- Returns:
- the local name
-
getValue
-
isCaseInSensitive
public boolean isCaseInSensitive()- Returns:
- true if the caseInsensitive option was set
-
getOperator
-
toString
-