All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.css.sac.ElementSelector

public interface ElementSelector
extends SimpleSelector
See Also:
SAC_ELEMENT_NODE_SELECTOR

Method Index

 o getLocalName()
Returns the local part of the qualified name of this element.
 o getNamespaceURI()
Returns the namespace URI of this element selector.
 o getQualifiedName()
Returns the qualified name of this element.

Methods

 o getNamespaceURI
 public abstract String getNamespaceURI()
Returns the namespace URI of this element selector.

NULL if this element selector can match any namespace.

 o getLocalName
 public abstract String getLocalName()
Returns the local part of the qualified name of this element.

NULL if :

 o getQualifiedName
 public abstract String getQualifiedName()
Returns the qualified name of this element.

NULL if this element selector can match any element.


All Packages  Class Hierarchy  This Package  Previous  Next  Index