Uses of Class
org.apache.tika.sax.xpath.Matcher
-
Packages that use Matcher Package Description org.apache.tika.sax.xpath XPath utilities -
-
Uses of Matcher in org.apache.tika.sax.xpath
Subclasses of Matcher in org.apache.tika.sax.xpath Modifier and Type Class Description classAttributeMatcherFinal evaluation state of a.classChildMatcherIntermediate evaluation state of a.../*...XPath expression.classCompositeMatcherComposite XPath evaluation state.classElementMatcherFinal evaluation state of an XPath expression that targets an element.classNamedAttributeMatcherFinal evaluation state of a...classNamedElementMatcherIntermediate evaluation state of a...classNodeMatcherFinal evaluation state of a...classSubtreeMatcherEvaluation state of a...//...XPath expression.classTextMatcherFinal evaluation state of a...Fields in org.apache.tika.sax.xpath declared as Matcher Modifier and Type Field Description static MatcherMatcher. FAILState of a failed XPath evaluation, where nothing is matched.static MatcherAttributeMatcher. INSTANCEstatic MatcherElementMatcher. INSTANCEstatic MatcherNodeMatcher. INSTANCEstatic MatcherTextMatcher. INSTANCEMethods in org.apache.tika.sax.xpath that return Matcher Modifier and Type Method Description MatcherChildMatcher. descend(String namespace, String name)MatcherCompositeMatcher. descend(String namespace, String name)MatcherMatcher. descend(String namespace, String name)Returns the XPath evaluation state that results from descending to a child element with the given name.MatcherNamedElementMatcher. descend(String namespace, String name)MatcherSubtreeMatcher. descend(String namespace, String name)MatcherXPathParser. parse(String xpath)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 Matcher Constructor Description ChildMatcher(Matcher then)CompositeMatcher(Matcher a, Matcher b)MatchingContentHandler(ContentHandler delegate, Matcher matcher)NamedElementMatcher(String namespace, String name, Matcher then)SubtreeMatcher(Matcher then)
-