Interface Condition
-
- All Superinterfaces:
Locatable
- All Known Implementing Classes:
AttributeCondition
,BeginHyphenAttributeCondition
,ClassCondition
,IdCondition
,LangCondition
,NotPseudoClassCondition
,OneOfAttributeCondition
,PrefixAttributeCondition
,PseudoClassCondition
,SubstringAttributeCondition
,SuffixAttributeCondition
public interface Condition extends Locatable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Condition.ConditionType
ConditionType enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition.ConditionType
getConditionType()
java.lang.String
getLocalName()
java.lang.String
getValue()
-
Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
-
-
-
Method Detail
-
getConditionType
Condition.ConditionType getConditionType()
- Returns:
- the associated condition type
-
getValue
java.lang.String getValue()
- Returns:
- the value
-
getLocalName
java.lang.String getLocalName()
- Returns:
- the local name
-
-