|
Public Member Functions |
| abstract void | generate (String filename, DocBuilder builder) throws DirectorException, IOException |
| | generate document
|
| void | fromTemplate (OutputStream target, String tmplName, Hashtable vars) throws DirectorException,IOException |
| void | fromStrictTemplate (OutputStream target, String tmplName, Hashtable vars) throws DirectorException,IOException |
| void | fromStrictTemplate (OutputStream target, File tmplFile, Hashtable vars) throws DirectorException,IOException |
Protected Member Functions |
| File | templatefile (String filename) |
| | Helper function - return a file within the doctemplates dir.
|
Protected Attributes |
| String | outEncoding = System.getProperty( "file.encoding" ) |