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