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(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.
|
matchesAttribute, matchesElement, matchesText
public ChildMatcher(Matcher then)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"