Home » xml-commons-external-1.4.01-src » org.w3c.css.sac » [javadoc | source]
org.w3c.css.sac
public interface: ElementSelector [javadoc | source]

All Implemented Interfaces:
    SimpleSelector

Method from org.w3c.css.sac.ElementSelector Summary:
getLocalName,   getNamespaceURI
Method from org.w3c.css.sac.ElementSelector Detail:
 public String getLocalName()
 public String getNamespaceURI()
    Returns the namespace URI of this element selector.

    NULL if this element selector can match any namespace.