|
A simple convenience pattern matcher is also provided that will match any qname.
Field Summary | ||
static QNamePattern |
MATCH_ALL A helper pattern matcher that will match all qnames |
Constructor Summary | ||
RegexQNamePattern(String combinedPattern) | ||
RegexQNamePattern(String namespaceUriPattern, String localNamePattern) |
Method Summary | ||
boolean |
isMatch(QName qname) Checks if the given qualified name matches the pattern represented by this instance |
|
toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|