Static Public Methods | |
| void | toPDF (String xmlData, String xslPath, OutputStream out) throws Exception |
| void | toPDF (Source xmlSource, Source xslSource, OutputStream out) throws Exception |
| void | render (String xmlData, String xslPath, OutputStream out, int renderMode) throws Exception |
| void | render (Source xmlSource, Source xslSource, OutputStream out, int renderMode) throws Exception |
Static Public Attributes | |
| final int | RENDER_PDF = Driver.RENDER_PDF |
| final int | RENDER_PS = Driver.RENDER_PS |
|
||||||||||||||||||||
|
Calls the FOP Driver and transforms the specified XML source using the given XSL stylesheet source. The output is sent to the given destination. The type of rendering (pdf, ps, awt, etc) is dictacted by the
Definition at line 113 of file FopTool.java. |
|
||||||||||||||||||||
|
Calls the FOP Driver and transforms the specified XML source using the given XSL stylesheet source. The output is sent to the given destination. The type of rendering (pdf, ps, awt, etc) is dictacted by the
Definition at line 94 of file FopTool.java. Referenced by sosc::FopTool::toPDF(). |
|
||||||||||||||||
|
Definition at line 62 of file FopTool.java. References sosc::FopTool::render(), and sosc::FopTool::RENDER_PDF. |
|
||||||||||||||||
|
Definition at line 47 of file FopTool.java. References sosc::FopTool::render(), and sosc::FopTool::RENDER_PDF. |
|
|
PDF Render type. See org.apache.fop.apps.Driver.RENDER_* for all applicable values. Definition at line 40 of file FopTool.java. Referenced by sosc::FopTool::toPDF(). |
|
|
PostScript Render type. See org.apache.fop.apps.Driver.RENDER_* for all applicable values. Definition at line 42 of file FopTool.java. |
1.2.15