Class DomUtil.ElementNodeListFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.w3c.dom.Node node)
      Test if node matches the filter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementNodeListFilter

        public ElementNodeListFilter()
    • Method Detail

      • matches

        public boolean matches​(org.w3c.dom.Node node)
        Description copied from interface: DomUtil.NodeListFilter
        Test if node matches the filter
        Specified by:
        matches in interface DomUtil.NodeListFilter
        Parameters:
        node - the node to match
        Returns:
        true if the filter does match the node, false otherwise