@Version("1.0.0")
Package org.apache.tika.sax.xpath
XPath utilities
-
Class Summary Class Description AttributeMatcher Final evaluation state of a.
ChildMatcher Intermediate evaluation state of a.../*...
XPath expression.CompositeMatcher Composite XPath evaluation state.ElementMatcher Final evaluation state of an XPath expression that targets an element.Matcher XPath element matcher.MatchingContentHandler Content handler decorator that only passes the elements, attributes, and text nodes that match the given XPath expression.NamedAttributeMatcher Final evaluation state of a...
NamedElementMatcher Intermediate evaluation state of a...
NodeMatcher Final evaluation state of a...
SubtreeMatcher Evaluation state of a...//...
XPath expression.TextMatcher Final evaluation state of a...
XPathParser Parser for a very simple XPath subset.