Class NamedElementMatcher


@Deprecated(since="2026-04-30") public class NamedElementMatcher extends ChildMatcher
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Intermediate evaluation state of a .../name... XPath expression. Matches nothing, but specifies the evaluation state for the child elements with the given name.
  • Method Details

    • descend

      public Matcher descend(String namespace, String name)
      Deprecated.
      Description copied from class: Matcher
      Returns the XPath evaluation state that results from descending to a child element with the given name.
      Overrides:
      descend in class ChildMatcher
      Parameters:
      namespace - element namespace or null
      name - element name
      Returns:
      next XPath evaluation state