validationAction);
ann = (int)(res & 0xffffffff);
opt |= (int)(res >> 32);
}
try {
out.attribute(nameCode, ann, value, locationId, opt);
} catch (NoOpenStartTagException err) {
//DynamicError e = new DynamicError("Cannot write an attribute node when no element start tag is open");
err.setXPathContext(context);
//e.setErrorCode("XT0410");
context.getController().recoverableError(err);