Class DomUtil.ElementNodeListFilter

    • Constructor Detail

      • ElementNodeListFilter

        public ElementNodeListFilter()
    • Method Detail

      • matches

        public boolean matches​(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