Hilbert II - Version 0.03.08

org.qedeq.kernel.bo.save
Class Xml2Xml

java.lang.Object
  extended byorg.qedeq.kernel.bo.save.Xml2Xml

public final class Xml2Xml
extends Object

Test application.

Version:
$Revision: 1.2 $

Method Summary
static String generate(File from, File to)
          Generate XML file out of XML file.
static String generate(URL from, File to)
          Generate LaTeX file out of XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static String generate(File from,
                              File to)
                       throws SourceFileExceptionList
Generate XML file out of XML file.

Parameters:
from - Read this XML file.
to - Write to this file. Could be null.
Returns:
File name of generated LaTeX file.
Throws:
SourceFileExceptionList - Module could not be successfully loaded.

generate

public static String generate(URL from,
                              File to)
                       throws SourceFileExceptionList
Generate LaTeX file out of XML file.

Parameters:
from - Read this XML file.
to - Write to this file. Could not be null.
Returns:
File name of generated LaTeX file.
Throws:
SourceFileExceptionList - Module could not be successfully loaded.

Hilbert II - Version 0.03.08

©left GNU General Public Licence
All Rights Reserved.