net.sf.saxon.pattern
public class UnionQNameTest extends Object implements QNameTest
| Field Summary | |
|---|---|
| List<QNameTest> | tests |
| Constructor Summary | |
|---|---|
| UnionQNameTest(List<QNameTest> tests) | |
| Method Summary | |
|---|---|
| boolean | matches(StructuredQName qname)
Test whether the QNameTest matches a given QName |
Parameters: qname the QName to be matched
Returns: true if the name matches, false if not