public void validate(final Processor<FullData, FullData> processor,
final ProcessingReport report, final MessageBundle bundle,
final FullData data)
throws ProcessingException
{
final NodeType type
= NodeType.getNodeType(data.getInstance().getNode());
if (!types.contains(type))
report.error(newMsg(data, bundle, "err.common.typeNoMatch")
.putArgument("found", type)