275276277278279280281282283284285286287288
visit(child); } do { Transformation t= Transformation.select(this, node); if (t == null) break; node= t.apply(); dump("After transformation"); } while (true); if (node.getDomChildren().size() > 0)