Package 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. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcherdescend(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
descend
public Matcher descend(java.lang.String namespace, java.lang.String name)
Description copied from class:MatcherReturns the XPath evaluation state that results from descending to a child element with the given name.- Overrides:
 descendin classChildMatcher- Parameters:
 namespace- element namespace ornullname- element name- Returns:
 - next XPath evaluation state
 
 
 - 
 
 -