Package org.apache.tika.sax.xpath
Class ChildMatcher
- java.lang.Object
- 
- org.apache.tika.sax.xpath.Matcher
- 
- org.apache.tika.sax.xpath.ChildMatcher
 
 
- 
- Direct Known Subclasses:
- NamedElementMatcher
 
 public class ChildMatcher extends Matcher Intermediate evaluation state of a.../*...XPath expression. Matches nothing, but specifies the evaluation state for all child elements.
- 
- 
Constructor SummaryConstructors Constructor Description ChildMatcher(Matcher then)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcherdescend(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 org.apache.tika.sax.xpath.MatchermatchesAttribute, matchesElement, matchesText
 
- 
 
-