|
||||||||||
| 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.ChildMatcher
public class ChildMatcher
Intermediate evaluation state of a .../*... XPath expression.
Matches nothing, but specifies the evaluation state for all child elements.
| Field Summary |
|---|
| Fields inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
FAIL |
| Constructor Summary | |
|---|---|
ChildMatcher(Matcher then)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.tika.sax.xpath.Matcher |
|---|
matchesAttribute, matchesElement, matchesText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildMatcher(Matcher then)
| Method Detail |
|---|
public Matcher descend(java.lang.String namespace,
java.lang.String name)
Matcher
descend in class Matchernamespace - element namespace or nullname - element name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||