Package org.dom4j

Interface NodeFilter

    • Method Detail

      • matches

        boolean matches​(Node node)

        matches returns true if the given node matches the filter condition.

        Parameters:
        node - DOCUMENT ME!
        Returns:
        true if this filter matches the given node