final int sheetsContext = getContext();
while ((se = find( XMLConstants.Main.SHEET, sheetsContext )) != null) {
final Attribute sheetRelationshipId = se.getAttributeByName( XMLConstants.DocumentRelationships.ID );
final WorksheetParser parser = new WorksheetParser( this.loader,
relationships.findById( sheetRelationshipId.getValue() ), this.stylesheet );
try {
parser.parse();
}
finally {
parser.close();