|
||||||||||
| 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.ElementMatcher
public class ElementMatcher
Final evaluation state of an XPath expression that targets an element. Matches the current element.
| Field Summary | |
|---|---|
static Matcher |
INSTANCE
|
| Fields inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
FAIL |
| Constructor Summary | |
|---|---|
ElementMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matchesElement()
Returns true if the XPath expression matches
the element associated with this evaluation state. |
| Methods inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
descend, matchesAttribute, matchesText |
| 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 ElementMatcher()
| Method Detail |
|---|
public boolean matchesElement()
Matchertrue if the XPath expression matches
the element associated with this evaluation state.
matchesElement in class Matcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||