public abstract class AbstractElementSelector extends Object implements ExtendedSelector
Modifier and Type | Field and Description |
---|---|
protected String |
localName
The local name.
|
protected String |
namespaceURI
The namespace URI.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractElementSelector(String uri,
String name)
Creates a new ElementSelector object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
void |
fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector.
|
String |
getLocalName()
SAC: Implements
org.w3c.css.sac.ElementSelector#getLocalName() . |
String |
getNamespaceURI()
SAC: Implements
org.w3c.css.sac.ElementSelector#getNamespaceURI() . |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSpecificity, match
protected String namespaceURI
protected String localName
public boolean equals(Object obj)
public String getNamespaceURI()
org.w3c.css.sac.ElementSelector#getNamespaceURI()
.public String getLocalName()
org.w3c.css.sac.ElementSelector#getLocalName()
.public void fillAttributeSet(Set attrSet)
fillAttributeSet
in interface ExtendedSelector
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.