ComputedElementConstructorNode cNode = (ComputedElementConstructorNode) value;
return translateComputedElementConstructorNode(tCtx, cNode);
}
case COMPUTED_ATTRIBUTE_CONSTRUCTOR: {
ComputedAttributeConstructorNode cNode = (ComputedAttributeConstructorNode) value;
return translateComputedAttributeConstructorNode(tCtx, cNode);
}
case QNAME: {
QNameNode qnNode = (QNameNode) value;