subProp.setName("Header.name");// $NON-NLS-1$
// Must be same as Header.HNAME - but that is built
// later
}
}
prop.addProperty(subProp);
reader.moveUp();
}
return prop;
} catch (Exception e) {
log.error("Couldn't unmarshall TestElementProperty", e);