Package org.apache.tika.sax.xpath
Class ElementMatcher
java.lang.Object
org.apache.tika.sax.xpath.Matcher
org.apache.tika.sax.xpath.ElementMatcher
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Final evaluation state of an XPath expression that targets an element.
Matches the current element.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Returnstrueif the XPath expression matches the element associated with this evaluation state.Methods inherited from class org.apache.tika.sax.xpath.Matcher
descend, matchesAttribute, matchesText
-
Field Details
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
ElementMatcher
public ElementMatcher()Deprecated.
-
-
Method Details
-
matchesElement
public boolean matchesElement()Deprecated.Description copied from class:MatcherReturnstrueif the XPath expression matches the element associated with this evaluation state.- Overrides:
matchesElementin classMatcher- Returns:
- XPath evaluation state for this element
-