public class NamedElementMatcher extends ChildMatcher
.../name...
XPath
expression. Matches nothing, but specifies the evaluation state
for the child elements with the given name.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 Matcher descend(java.lang.String namespace, java.lang.String name)
Matcher
descend
in class ChildMatcher
namespace
- element namespace or null
name
- element name"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"