Class CSSElementSelector

  • All Implemented Interfaces:
    Serializable, CSSSelector, org.w3c.css.sac.ElementSelector, org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector

    public class CSSElementSelector
    extends AbstractSelector
    implements org.w3c.css.sac.ElementSelector, Serializable
    Creation-Date: 30.11.2005, 16:02:27
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • CSSElementSelector

        public CSSElementSelector​(short selectorType,
                                  String namespace,
                                  String localName)
    • Method Detail

      • getNamespaceURI

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

        NULL if this element selector can match any namespace.

        Specified by:
        getNamespaceURI in interface org.w3c.css.sac.ElementSelector
      • getLocalName

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

        NULL if this element selector can match any element.

Specified by:
getLocalName in interface org.w3c.css.sac.ElementSelector