removeWhere abstract method

void removeWhere(
  1. bool test(
    1. INode element
    )
)

Remove all the child nodes from this node that match the criterion in the given test

Implementation

void removeWhere(bool test(INode element));