public class ChildMatcher extends Matcher
.../*... XPath expression.
Matches nothing, but specifies the evaluation state for all child elements.| Constructor and Description |
|---|
ChildMatcher(Matcher then) |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
descend(String namespace,
String name)
Returns the XPath evaluation state that results from descending
to a child element with the given name.
|
matchesAttribute, matchesElement, matchesTextCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.