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, matchesText
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.