org.w3c.css.sac
public interface ElementSelector extends SimpleSelector
Selector.SAC_ELEMENT_NODE_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
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalName()
Returns the
local part
of the
qualified
name of this element.
|
java.lang.String |
getNamespaceURI()
Returns the
namespace
URI of this element selector.
|
getSelectorType
java.lang.String getNamespaceURI()
NULL
if this element selector can match any namespace.
java.lang.String getLocalName()
NULL
if this element selector can match any element.