| java.lang.Object groovy.text.TemplateEngine groovy.text.XmlTemplateEngine
XmlTemplateEngine | public class XmlTemplateEngine extends TemplateEngine (Code) | | Template engine for xml data input.
author: Christian Stein |
DEFAULT_INDENTION | final public static String DEFAULT_INDENTION(Code) | | |
setIndention | public void setIndention(String indention)(Code) | | |
Methods inherited from groovy.text.TemplateEngine | abstract public Template createTemplate(Reader reader) throws CompilationFailedException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(String templateText) throws CompilationFailedException, FileNotFoundException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(File file) throws CompilationFailedException, FileNotFoundException, ClassNotFoundException, IOException(Code)(Java Doc) public Template createTemplate(URL url) throws CompilationFailedException, ClassNotFoundException, IOException(Code)(Java Doc)
|
|
|