108109110111112113114
* The XML entries document. * @throws IOException */ public Categories(Representation categoriesFeed) throws IOException { super(categoriesFeed); parse(new CategoriesContentReader(this)); }