}
}
public void serialize(OutputStream out) throws IOException {
XMLSerializer ser = new XMLSerializer(out);
ser.startDocument("1.0", "UTF-8");
SMapImpl nsmap = new SMapImpl();
nsmap.put(null, "opf", opfns);
nsmap.put(null, "dc", dcns);
nsmap.put(null, "dcterms", dctermsns);
nsmap.put(null, "xsi", xsins);