Uses of Class
org.apache.tika.sax.xpath.Matcher
-
Uses of Matcher in org.apache.tika.sax.xpath
Modifier and TypeClassDescriptionclass
Final evaluation state of a.
class
Intermediate evaluation state of a.../*...
XPath expression.class
Composite XPath evaluation state.class
Final evaluation state of an XPath expression that targets an element.class
Final evaluation state of a...
class
Intermediate evaluation state of a...
class
Final evaluation state of a...
class
Evaluation state of a...//...
XPath expression.class
Final evaluation state of a...
Modifier and TypeFieldDescriptionstatic final Matcher
Matcher.FAIL
State of a failed XPath evaluation, where nothing is matched.static final Matcher
AttributeMatcher.INSTANCE
static final Matcher
ElementMatcher.INSTANCE
static final Matcher
NodeMatcher.INSTANCE
static final Matcher
TextMatcher.INSTANCE
Modifier and TypeMethodDescriptionReturns the XPath evaluation state that results from descending to a child element with the given name.Parses the given simple XPath expression to an evaluation state initialized at the document node.ModifierConstructorDescriptionChildMatcher
(Matcher then) CompositeMatcher
(Matcher a, Matcher b) MatchingContentHandler
(ContentHandler delegate, Matcher matcher) protected
NamedElementMatcher
(String namespace, String name, Matcher then) SubtreeMatcher
(Matcher then)