Package org.apache.tika.sax.xpath
Class ChildMatcher
- java.lang.Object
-
- org.apache.tika.sax.xpath.Matcher
-
- org.apache.tika.sax.xpath.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 Summary
Constructors Constructor Description ChildMatcher(Matcher then)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcher
descend(String namespace, String name)
Returns the XPath evaluation state that results from descending to a child element with the given name.-
Methods inherited from class org.apache.tika.sax.xpath.Matcher
matchesAttribute, matchesElement, matchesText
-
-