458459460461462463464465466467468
private void startReport(Attributes attrs) { report = new Report(); String s = attrs.getValue("default-units"); if (s != null) { Unit u = Unit.get(s); if (u != null) { defaultUnits = u; } } sectionContainer = report;