|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.sax.xpath.Matcher
org.apache.tika.sax.xpath.TextMatcher
public class TextMatcher
Final evaluation state of a .../text() XPath expression.
Matches all text children of the current element.
| Field Summary | |
|---|---|
static Matcher |
INSTANCE
|
| Fields inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
FAIL |
| Constructor Summary | |
|---|---|
TextMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matchesText()
Returns true if the XPath expression matches all text
nodes whose parent is the element associated with this evaluation
state. |
| Methods inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
descend, matchesAttribute, matchesElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Matcher INSTANCE
| Constructor Detail |
|---|
public TextMatcher()
| Method Detail |
|---|
public boolean matchesText()
Matchertrue if the XPath expression matches all text
nodes whose parent is the element associated with this evaluation
state.
matchesText in class Matcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||