762763764765766767768769770771772
} } } // skip content, and create and return object instance ctx.skipElement(); if (valid) { return new JavaType(stype, null, jclas, format, ser, dser, check); } else { return null; }
853854855856857858859860861862863
vctx.addError(e.getMessage(), new ProblemLocation(ctx)); } } // skip element and return unmarshalled decorator instance ctx.skipElement(); return obj; } } /**
176177178179180181182183184
// report a validation error for unknown element ValidationContext vctx = (ValidationContext)ictx.getUserContext(); vctx.addFatal("Unknown element", new ProblemLocation(ictx)); } ctx.skipElement(); return null; } }