org.apache.tika.sax.xpath
Class NamedElementMatcher
java.lang.Object
org.apache.tika.sax.xpath.Matcher
org.apache.tika.sax.xpath.ChildMatcher
org.apache.tika.sax.xpath.NamedElementMatcher
public class NamedElementMatcher
- extends ChildMatcher
Intermediate evaluation state of a .../name...
XPath
expression. Matches nothing, but specifies the evaluation state
for the child elements with the given name.
Fields inherited from class org.apache.tika.sax.xpath.Matcher |
FAIL |
Method Summary |
Matcher |
descend(String namespace,
String name)
Returns the XPath evaluation state that results from descending
to a child element with the given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedElementMatcher
protected NamedElementMatcher(String namespace,
String name,
Matcher then)
descend
public Matcher descend(String namespace,
String name)
- Description copied from class:
Matcher
- Returns the XPath evaluation state that results from descending
to a child element with the given name.
- Overrides:
descend
in class ChildMatcher
- Parameters:
namespace
- element namespace or null
name
- element name
- Returns:
- next XPath evaluation state
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.