157158159160161162163
} } public static String toString(Element xmlRoot) { stripWhitespace(xmlRoot); return XOMUtil.wrapperToXml(new W3CDOMWrapper(xmlRoot, null), false); }