Interface ElementSelector

All Superinterfaces:
Selector, SimpleSelector
All Known Implementing Classes:
ElementSelectorImpl, PseudoElementSelectorImpl

public interface ElementSelector extends SimpleSelector
Version:
$Revision: 1.4 $
Author:
Philippe Le Hegaret
See Also:
  • Method Details

    • getNamespaceURI

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

      NULL if this element selector can match any namespace.

    • getLocalName

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

      NULL if this element selector can match any element.