jaxe
Class Export

java.lang.Object
  extended by jaxe.Export

public class Export
extends java.lang.Object

Export XML ou HTML avec demande du nom de fichier en sortie


Constructor Summary
Export(JaxeDocument doc, org.w3c.dom.Element refExport)
           
 
Method Summary
 void transformation()
           
 void transformation(java.io.File fichierFinal)
           
 void transformation(java.io.File fichierFinal, HTMLFrame htmlFrame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export(JaxeDocument doc,
              org.w3c.dom.Element refExport)
Method Detail

transformation

public void transformation()

transformation

public void transformation(java.io.File fichierFinal)

transformation

public void transformation(java.io.File fichierFinal,
                           HTMLFrame htmlFrame)