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 defNavigateur()
           
static java.io.File fichierHTML(java.io.File fichierXML)
          nom du fichier HTML pour un fichier XML donné (utilisé par JaxeMenuBar)
 void lancerNavigateur(java.io.File htmlFile)
           
 void transformation()
           
 void transformation(java.io.File fichierFinal)
          Lance la transformation XSLT, sans l'ouverture du fichier final à la fin.
 void transformation(java.io.File fichierFinal, boolean ouvertureNavigateur)
          Transformation XSLT
 
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)
Lance la transformation XSLT, sans l'ouverture du fichier final à la fin.


transformation

public void transformation(java.io.File fichierFinal,
                           boolean ouvertureNavigateur)
Transformation XSLT

Parameters:
fichierFinal - fichier résultat de la transformation, ou de la suite de transformations XSLT.
ouvertureNavigateur - ouvre le navigateur avec le fichier résultat à la fin de la transformation.

fichierHTML

public static java.io.File fichierHTML(java.io.File fichierXML)
nom du fichier HTML pour un fichier XML donné (utilisé par JaxeMenuBar)


lancerNavigateur

public void lancerNavigateur(java.io.File htmlFile)

defNavigateur

public void defNavigateur()