Uses of Class
org.apache.tika.sax.xpath.Matcher
Packages that use Matcher
-
Uses of Matcher in org.apache.tika.sax.xpath
Subclasses of Matcher in org.apache.tika.sax.xpathModifier and TypeClassDescriptionclassFinal evaluation state of a.classIntermediate evaluation state of a.../*...XPath expression.classComposite XPath evaluation state.classFinal evaluation state of an XPath expression that targets an element.classFinal evaluation state of a...classIntermediate evaluation state of a...classFinal evaluation state of a...classEvaluation state of a...//...XPath expression.classFinal evaluation state of a...Fields in org.apache.tika.sax.xpath declared as MatcherModifier and TypeFieldDescriptionstatic final MatcherMatcher.FAILState of a failed XPath evaluation, where nothing is matched.static final MatcherAttributeMatcher.INSTANCEstatic final MatcherElementMatcher.INSTANCEstatic final MatcherNodeMatcher.INSTANCEstatic final MatcherTextMatcher.INSTANCEMethods in org.apache.tika.sax.xpath that return MatcherModifier 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.Constructors in org.apache.tika.sax.xpath with parameters of type MatcherModifierConstructorDescriptionChildMatcher(Matcher then) CompositeMatcher(Matcher a, Matcher b) MatchingContentHandler(ContentHandler delegate, Matcher matcher) protectedNamedElementMatcher(String namespace, String name, Matcher then) SubtreeMatcher(Matcher then)