public class AttributeCondition extends AbstractLocatable implements Condition, Serializable
Condition.ConditionType| Constructor and Description |
|---|
AttributeCondition(String localName,
String value,
Boolean caseInSensitive)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Condition.ConditionType |
getConditionType()
getConditionType.
|
String |
getLocalName()
getLocalName.
|
String |
getOperator() |
String |
getValue()
getValue.
|
boolean |
isCaseInSensitive() |
String |
toString() |
getLocator, setLocatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocator, setLocatorpublic Condition.ConditionType getConditionType()
ConditiongetConditionType.
getConditionType in interface Conditionpublic String getLocalName()
getLocalName.
getLocalName in interface Conditionpublic String getValue()
getValue.
public boolean isCaseInSensitive()
public String getOperator()
Copyright © 2024 HtmlUnit. All rights reserved.