Class SuffixAttributeCondition
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.condition.AttributeCondition
org.htmlunit.cssparser.parser.condition.SuffixAttributeCondition
- All Implemented Interfaces:
Serializable, Condition, Locatable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Condition
Condition.ConditionType -
Constructor Summary
ConstructorsConstructorDescriptionSuffixAttributeCondition(String localName, String value, Boolean caseInSensitive) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AttributeCondition
getLocalName, getValue, isCaseInSensitive, toStringMethods 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
-
Constructor Details
-
SuffixAttributeCondition
-
-
Method Details
-
getConditionType
- Specified by:
getConditionTypein interfaceCondition- Overrides:
getConditionTypein classAttributeCondition- Returns:
- the associated condition type
-
getOperator
- Overrides:
getOperatorin classAttributeCondition
-