static { DEFAULT_OUTPUTTER.getFormat().setLineSeparator(System.getProperty("line.separator")); }
/** * Returns the XML serialized form of this element, as produced by the default {@link * XMLOutputter}. * * @return The XML serialized form of this element, as produced by the default {@link * XMLOutputter}. */ public String toString() { return DEFAULT_OUTPUTTER.outputString(this); }