Esempio n. 1
0
 /** Dump the raw template in canonical form. */
 public void dump(Writer out) throws IOException {
   out.write(rootElement.getCanonicalForm());
 }
Esempio n. 2
0
 /** Dump the raw template in canonical form. */
 public void dump(PrintStream ps) {
   ps.print(rootElement.getCanonicalForm());
 }