|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.pattern.UnionQNameTest
public class UnionQNameTest
A QNameTest that is the union of a number of supplied QNameTests
| Field Summary | |
|---|---|
(package private) java.util.List<QNameTest> |
tests
|
| Constructor Summary | |
|---|---|
UnionQNameTest(java.util.List<QNameTest> tests)
|
|
| Method Summary | |
|---|---|
boolean |
matches(StructuredQName qname)
Test whether the QNameTest matches a given QName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.List<QNameTest> tests
| Constructor Detail |
|---|
public UnionQNameTest(java.util.List<QNameTest> tests)
| Method Detail |
|---|
public boolean matches(StructuredQName qname)
matches in interface QNameTestqname - the QName to be matched
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||