public class UnionQNameTest extends java.lang.Object implements QNameTest
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<QNameTest> |
tests |
| Constructor and Description |
|---|
UnionQNameTest(java.util.List<QNameTest> tests) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(StructuredQName qname)
Test whether the QNameTest matches a given QName
|
java.util.List<QNameTest> tests
public UnionQNameTest(java.util.List<QNameTest> tests)
public boolean matches(StructuredQName qname)