package org.w3c.css.sac; public interface ElementSelector extends SimpleSelector { String getLocalName(); String getNamespaceURI(); }