738739740741742743744745746
private void endMacroDefinition() { endSectionContainer(); } private void startMacroCall(Attributes attrs) { call = new MacroCall(); call.setName(attrs.getValue("name")); sectionContainer.addContent(call); }