102103104105106107108109110111112
if (container == null) { throw new BookException("Missing manifest"); } in = container.openInputStream(); try { KXmlParser parser = null; Document doc = null; Element root;
155156157158159160161162163164165
if (opfFile == null) { throw new BookException("Missing opf"); } in = opfFile.openInputStream(); try { KXmlParser parser = null; Document doc = null; Element root;