o.setNodeKind(Type.ATTRIBUTE);
o.setStringValue(getStringValue());
((SequenceReceiver)out).append(o, 0, 0);
break;
} else {
out.attribute(getNameCode(), getTypeAnnotation(), getStringValue(), 0, 0);
break;
//throw new XPathException("Cannot serialize a free-standing attribute node");
}
case NAMESPACE: