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
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Intermediate evaluation state of a
.../*... XPath expression.
Matches nothing, but specifies the evaluation state for all child elements.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tika.sax.xpath.Matcher
matchesAttribute, matchesElement, matchesText
-
Constructor Details
-
ChildMatcher
Deprecated.
-
-
Method Details
-
descend
Deprecated.Description copied from class:MatcherReturns the XPath evaluation state that results from descending to a child element with the given name.
-