Class UnionQNameTest

java.lang.Object
net.sf.saxon.pattern.UnionQNameTest
All Implemented Interfaces:
Serializable, QNameTest

public class UnionQNameTest extends Object implements QNameTest
A QNameTest that is the union of a number of supplied QNameTests
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • matches

      public boolean matches(StructuredQName qname)
      Test whether the QNameTest matches a given QName
      Specified by:
      matches in interface QNameTest
      Parameters:
      qname - the QName to be matched
      Returns:
      true if the name matches, false if not