|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
---|---|
org.apache.tika.sax.xpath |
Uses of Matcher in org.apache.tika.sax.xpath |
---|
Subclasses of Matcher in org.apache.tika.sax.xpath | |
---|---|
class |
AttributeMatcher
Final evaluation state of a .../@* XPath expression. |
class |
ChildMatcher
Intermediate evaluation state of a .../*... XPath expression. |
class |
CompositeMatcher
Composite XPath evaluation state. |
class |
ElementMatcher
Final evaluation state of an XPath expression that targets an element. |
class |
NamedAttributeMatcher
Final evaluation state of a .../@name XPath expression. |
class |
NamedElementMatcher
Intermediate evaluation state of a .../name... XPath
expression. |
class |
NodeMatcher
Final evaluation state of a .../node() XPath expression. |
class |
SubtreeMatcher
Evaluation state of a ...//... XPath expression. |
class |
TextMatcher
Final evaluation state of a .../text() XPath expression. |
Fields in org.apache.tika.sax.xpath declared as Matcher | |
---|---|
static Matcher |
Matcher.FAIL
State of a failed XPath evaluation, where nothing is matched. |
static Matcher |
TextMatcher.INSTANCE
|
static Matcher |
NodeMatcher.INSTANCE
|
static Matcher |
ElementMatcher.INSTANCE
|
static Matcher |
AttributeMatcher.INSTANCE
|
Methods in org.apache.tika.sax.xpath that return Matcher | |
---|---|
Matcher |
SubtreeMatcher.descend(java.lang.String namespace,
java.lang.String name)
|
Matcher |
NamedElementMatcher.descend(java.lang.String namespace,
java.lang.String name)
|
Matcher |
Matcher.descend(java.lang.String namespace,
java.lang.String name)
Returns the XPath evaluation state that results from descending to a child element with the given name. |
Matcher |
CompositeMatcher.descend(java.lang.String namespace,
java.lang.String name)
|
Matcher |
ChildMatcher.descend(java.lang.String namespace,
java.lang.String name)
|
Matcher |
XPathParser.parse(java.lang.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 | |
---|---|
ChildMatcher(Matcher then)
|
|
CompositeMatcher(Matcher a,
Matcher b)
|
|
MatchingContentHandler(org.xml.sax.ContentHandler delegate,
Matcher matcher)
|
|
NamedElementMatcher(java.lang.String namespace,
java.lang.String name,
Matcher then)
|
|
SubtreeMatcher(Matcher then)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |