org.w3c.css.sac

Interface ElementSelector

public interface ElementSelector extends SimpleSelector

Version: $Revision: 1.6 $

Author: Philippe Le Hegaret

See Also: SAC_ELEMENT_NODE_SELECTOR

Method Summary
StringgetLocalName()
Returns the local part of the qualified name of this element.
StringgetNamespaceURI()
Returns the namespace URI of this element selector.

Method Detail

getLocalName

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

NULL if this element selector can match any element.

getNamespaceURI

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

NULL if this element selector can match any namespace.