Interface DomUtil.NodeListFilter

    • Method Detail

      • matches

        boolean matches​(org.w3c.dom.Node node)
        Test if node matches the filter
        Parameters:
        node - the node to match
        Returns:
        true if the filter does match the node, false otherwise