XMLUtils.createElement(this.xmlConsumer, "size", String.valueOf(ci.size()));
}
XMLUtils.startElement(this.xmlConsumer, "attributes");
this.toSAX(ci.attributes);
XMLUtils.endElement(this.xmlConsumer, "attributes");
Event removeEvent = new RemoveItemEvent(store, item);
XMLUtils.createElement(this.xmlConsumer, "remove-url", linkService.getLinkURI(removeEvent));
XMLUtils.endElement(this.xmlConsumer, "item");
}
}