Ejemplo n.º 1
0
 static {
   DEFAULT_OUTPUTTER.getFormat().setLineSeparator(System.getProperty("line.separator"));
 }
Ejemplo n.º 2
0
 /**
  * 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);
 }