public class ElementSelector extends AbstractSelector implements SimpleSelector
Selector.SelectorType| Constructor and Description |
|---|
ElementSelector(String localName,
Locator locator)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(Condition condition)
Add a condition.
|
List<Condition> |
getConditions() |
String |
getElementName() |
String |
getLocalName() |
String |
getLocalNameLowerCase() |
Selector.SelectorType |
getSelectorType() |
SimpleSelector |
getSimpleSelector() |
String |
toString() |
getSelectorSpecificitygetLocator, setLocatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSelectorSpecificitygetLocator, setLocatorpublic Selector.SelectorType getSelectorType()
getSelectorType in interface Selectorpublic SimpleSelector getSimpleSelector()
getSimpleSelector in interface Selectorpublic String getLocalName()
public String getLocalNameLowerCase()
public String getElementName()
public void addCondition(Condition condition)
condition - the condition to be addedCopyright © 2020. All rights reserved.