} else {
String example = phStart.getExample();
if (example == null) {
example = createExample(alertSink, phStart, content);
}
values.add(new PlaceholderNode(phStart, phStart.getName(), example, content));
}
phStart = null;
destination = values;
phChildren.clear();
}