Class ChildMatcher

  • Direct Known Subclasses:
    NamedElementMatcher

    public class ChildMatcher
    extends Matcher
    Intermediate evaluation state of a .../*... XPath expression. Matches nothing, but specifies the evaluation state for all child elements.
    • Constructor Detail

      • ChildMatcher

        public ChildMatcher​(Matcher then)
    • Method Detail

      • descend

        public Matcher descend​(String namespace,
                               String name)
        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 Matcher
        Parameters:
        namespace - element namespace or null
        name - element name
        Returns:
        next XPath evaluation state