public class NamedAttributeMatcher extends Matcher
.../@name
XPath expression.
Matches the named attributes of the current element.Constructor and Description |
---|
NamedAttributeMatcher(String namespace,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
matchesAttribute(String namespace,
String name)
Returns
true if the XPath expression matches the named
attribute of the element associated with this evaluation state. |
descend, matchesElement, matchesText
public boolean matchesAttribute(String namespace, String name)
Matcher
true
if the XPath expression matches the named
attribute of the element associated with this evaluation state.matchesAttribute
in class Matcher
namespace
- attribute namespace or null
name
- attribute nameCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.