Interface Condition
- All Superinterfaces:
Locatable
- All Known Implementing Classes:
AttributeCondition,BeginHyphenAttributeCondition,ClassCondition,HasPseudoClassCondition,IdCondition,IsPseudoClassCondition,LangCondition,NotPseudoClassCondition,OneOfAttributeCondition,PrefixAttributeCondition,PseudoClassCondition,SubstringAttributeCondition,SuffixAttributeCondition,WherePseudoClassCondition
Condition interface.
- Author:
- Ronald Brill
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
Method Details
-
getConditionType
Condition.ConditionType getConditionType()getConditionType.
- Returns:
- the associated condition type
-
getValue
String getValue()getValue.
- Returns:
- the value
-
getLocalName
String getLocalName()getLocalName.
- Returns:
- the local name
-