Interface ElementSelector

All Superinterfaces:
Selector, SimpleSelector

public interface ElementSelector extends SimpleSelector
Element selector, created by Philippe Le Hegaret
  • Method Details

    • getNamespaceURI

      String getNamespaceURI()
      Returns the namespace URI of this element selector.
      Returns:
      the namespace of this element selector, or null if this element selector can match any namespace.
    • getLocalName

      String getLocalName()
      Returns the local part of the qualified name of this element.
      Returns:
      the local name of the element that is matched by this selector, or null if this element selector can match any element.