Package tigase.xml

Class ElementMatcher

java.lang.Object
tigase.xml.ElementMatcher
All Implemented Interfaces:
Predicate<Element>

public class ElementMatcher extends Object implements Predicate<Element>
Class implements Predicate for filtering Elements.
  • Constructor Details

    • ElementMatcher

      public ElementMatcher()
    • ElementMatcher

      public ElementMatcher(@Nullable String name, @Nullable String xmlns, @Nullable List<ElementMatcher.Attribute> attributes)
      Constructor to create instance
      Parameters:
      name - - to match or null
      xmlns - - to match or null
      attributes - - to match or empty list
  • Method Details