if (preceptor.isValidNode(xpath)) {
node = createNode(xpath);
node.setValue((String) value);
}
else {
throw new PreceptorViolationException("[" + String.valueOf(xpath) + "] is prohibited by preceptor");
}
}
else {
getLogger().debug("no preceptor");
node = createNode(xpath);