ctx.getRowDataProviderType()
});
}
XMLDCElement master = (XMLDCElement) ctx.getMasterRowDataProvider();
String accessorName = ctx.getMasterAccessorName();
XMLDCAccessorTarget newChild;
if (master.isCollection(accessorName)) {
if (ctx.isNullContainer()) {
throw new UnsupportedOperationException("DataControl.createRowData for collection with NullContainer not (yet) supported.");
}
XMLDCCollection coll = (XMLDCCollection) ctx.getRowDataContainer();