encoding = defValue("encoding", (String) null);
escapeURIAttributes = defValue("escape-uri-attributes", false);
includeContentType = defValue("include-content-type", false);
indent = defValue("indent", false);
mediaType = defValue("media-type", (String) null);
method = new QName("",defValue("method", "xml"));
normalizationForm = defValue("normalization-form", (String) null);
omitXMLDeclaration = defValue("omit-xml-declaration", true);
standalone = defValue("standalone", "omit");
undeclarePrefixes = defValue("undeclare-prefixes", false);
version = defValue("version", (String) null);