org.apache.batik.css.engine.sac
public abstract class AbstractElementSelector extends Object implements ElementSelector, ExtendedSelector
| Field Summary | |
|---|---|
| protected String | localName
The local name. |
| protected String | namespaceURI
The namespace URI. |
| Constructor Summary | |
|---|---|
| protected | AbstractElementSelector(String uri, String name)
Creates a new ElementSelector object. |
| Method Summary | |
|---|---|
| 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(). |
Parameters: obj the reference object with which to compare.