|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tika.sax.xpath.Matcher org.apache.tika.sax.xpath.ChildMatcher org.apache.tika.sax.xpath.NamedElementMatcher
public class NamedElementMatcher
Intermediate evaluation state of a .../name...
XPath
expression. Matches nothing, but specifies the evaluation state
for the child elements with the given name.
Field Summary |
---|
Fields inherited from class org.apache.tika.sax.xpath.Matcher |
---|
FAIL |
Constructor Summary | |
---|---|
protected |
NamedElementMatcher(java.lang.String namespace,
java.lang.String name,
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 |
---|
protected NamedElementMatcher(java.lang.String namespace, java.lang.String name, Matcher then)
Method Detail |
---|
public Matcher descend(java.lang.String namespace, java.lang.String name)
Matcher
descend
in class ChildMatcher
namespace
- element namespace or null
name
- element name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |