Hilbert II - Version 0.03.01

org.qedeq.kernel.latex
Class Qedeq2Wiki

java.lang.Object
  extended byorg.qedeq.kernel.latex.Qedeq2Wiki

public final class Qedeq2Wiki
extends Object

Transfer a qedeq module into text files in MediaWiki format.

FIXME mime 20060831: This is just a quick hacked generator. This class just generates some text files.

It is not finished!

It should be compared with Qedeq2Latex and then refactored to reuse common functions.

Version:
$Revision: 1.1 $

Constructor Summary
Qedeq2Wiki(String context, Qedeq qedeq)
          Constructor.
 
Method Summary
 void printWiki(String language, String level, File outputDirectory)
          Prints a LaTeX file into a given output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qedeq2Wiki

public Qedeq2Wiki(String context,
                  Qedeq qedeq)
           throws ModuleDataException
Constructor.

Parameters:
context - Context within this module is created.
qedeq - Work with this qedeq module.
Throws:
ModuleDataException
Method Detail

printWiki

public final void printWiki(String language,
                            String level,
                            File outputDirectory)
                     throws IOException
Prints a LaTeX file into a given output stream.

Parameters:
language - Filter text to get and produce text in this language only.
level - Filter for this detail level. TODO mime 20050205: not supported yet.
outputDirectory - Write files to this directory.
Throws:
IOException

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.