Class SimpleElementMatcher

java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMatcher
All Implemented Interfaces:
ElementMatcher
Direct Known Subclasses:
AttributeElementMatcher, AttributeValueElementMatcher

@Immutable public class SimpleElementMatcher extends Object implements ElementMatcher
Basic matcher class for Elements for use with the Container system.
Since:
0.10.0
  • Field Details

    • qname

      @Nonnull private final QName qname
      Element QName to match.
  • Constructor Details

    • SimpleElementMatcher

      public SimpleElementMatcher(@Nonnull QName qnameToMatch)
      Constructor.
      Parameters:
      qnameToMatch - qualified name (QName) to match
  • Method Details