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 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...
Fields in org.apache.tika.sax.xpath declared as MatcherModifier 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
Methods 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) protected
NamedElementMatcher
(String namespace, String name, Matcher then) SubtreeMatcher
(Matcher then)