de.neuland.jade4j.compiler
Class Compiler
java.lang.Object
de.neuland.jade4j.compiler.Compiler
public class Compiler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compiler
public Compiler(Node rootNode)
compileToString
public String compileToString(JadeModel model)
throws JadeCompilerException
- Throws:
JadeCompilerException
compile
public void compile(JadeModel model,
Writer w)
throws JadeCompilerException
- Throws:
JadeCompilerException
setPrettyPrint
public void setPrettyPrint(boolean prettyPrint)
setTemplate
public void setTemplate(JadeTemplate jadeTemplate)
Copyright © 2013. All rights reserved.