Class ClassCondition
- java.lang.Object
-
- org.htmlunit.cssparser.parser.AbstractLocatable
-
- org.htmlunit.cssparser.parser.condition.ClassCondition
-
- All Implemented Interfaces:
Serializable,Condition,Locatable
public class ClassCondition extends AbstractLocatable implements Condition, Serializable
ClassCondition class.
- Author:
- Ronald Brill
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.condition.Condition
Condition.ConditionType
-
-
Constructor Summary
Constructors Constructor Description ClassCondition(String value, Locator locator)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition.ConditionTypegetConditionType()getConditionType.StringgetLocalName()getLocalName.StringgetValue()getValue.StringtoString()-
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
-
-
-
-
Method Detail
-
getConditionType
public Condition.ConditionType getConditionType()
getConditionType.
- Specified by:
getConditionTypein interfaceCondition- Returns:
- the associated condition type
-
getLocalName
public String getLocalName()
getLocalName.
- Specified by:
getLocalNamein interfaceCondition- Returns:
- the local name
-
getValue
public String getValue()
getValue.
-
-