103104105106107108109110111112113
if (mapping == null) throw new UnmarshalException(L.l("Attribute {0} not found in {1}", attributeName, attributed.getType())); mapping.readAttribute(in, i, parent); } } // Now read the actual value of the CData in.next();
709710711712713714715716717718719
if (mapping == null) throw new UnmarshalException(L.l("Attribute {0} not found in {1}", attributeName, getType())); mapping.readAttribute(in, i, ret); } int i = 0; in.nextTag();