212213214215216217218219220221222
public void visit(Node node) { fail("Wrong accept method executed."); } }; p.accept(itemVisitor); } /** * Tests that no null value property exists in a given node tree. */
226227228229230231232233234235236
218219220221222223224225226227228
216217218219220221222223224225226
211212213214215216217218219220221