/* 40 */ String nsUri = "##default";
/* */
/* 42 */ XmlElement xe = (XmlElement)c.getAnnotation(XmlElement.class);
/* 43 */ if (xe != null) {
/* 44 */ localName = xe.value();
/* 45 */ nsUri = xe.ns();
/* */ }
/* */
/* 48 */ if (localName.length() == 0) {
/* 49 */ localName = c.getName();
/* 50 */ int idx = localName.lastIndexOf('.');