Class AbstractElementSelector
java.lang.Object
org.eclipse.e4.ui.css.core.impl.sac.AbstractElementSelector
- All Implemented Interfaces:
ExtendedSelector
,org.w3c.css.sac.ElementSelector
,org.w3c.css.sac.Selector
,org.w3c.css.sac.SimpleSelector
- Direct Known Subclasses:
CSSElementSelectorImpl
,CSSPseudoElementSelectorImpl
public abstract class AbstractElementSelector
extends Object
implements org.w3c.css.sac.ElementSelector, ExtendedSelector
This class provides an abstract implementation of the ElementSelector
interface.
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
The local name.protected String
The namespace URI.Fields inherited from interface org.w3c.css.sac.Selector
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractElementSelector
(String uri, String name) Creates a new ElementSelector object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.void
fillAttributeSet
(Set<String> attrSet) Fills the given set with the attribute names found in this selector.SAC: ImplementsElementSelector.getLocalName()
.SAC: ImplementsElementSelector.getNamespaceURI()
.Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.e4.ui.css.core.impl.sac.ExtendedSelector
getSpecificity, match, match
Methods inherited from interface org.w3c.css.sac.Selector
getSelectorType
-
Field Details
-
namespaceURI
The namespace URI. -
localName
The local name.
-
-
Constructor Details
-
AbstractElementSelector
Creates a new ElementSelector object.
-
-
Method Details
-
equals
Indicates whether some other object is "equal to" this one. -
getNamespaceURI
SAC: ImplementsElementSelector.getNamespaceURI()
.- Specified by:
getNamespaceURI
in interfaceorg.w3c.css.sac.ElementSelector
-
getLocalName
SAC: ImplementsElementSelector.getLocalName()
.- Specified by:
getLocalName
in interfaceorg.w3c.css.sac.ElementSelector
-
fillAttributeSet
Fills the given set with the attribute names found in this selector.- Specified by:
fillAttributeSet
in interfaceExtendedSelector
-