cz.zcu.fav.kiv.editor.stylesheet
Class SaveFileHandler

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.stylesheet.SaveFileHandler

public class SaveFileHandler
extends java.lang.Object

The SaveFileHandler class contains methods for saving changes of actually opened XSL stylesheet file.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
SaveFileHandler()
           
 
Method Summary
static void saveStylesheet(org.w3c.dom.Document doc, ConfigData data)
          Saves changes of actually opened XSL stylesheet file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveFileHandler

public SaveFileHandler()
Method Detail

saveStylesheet

public static void saveStylesheet(org.w3c.dom.Document doc,
                                  ConfigData data)
Saves changes of actually opened XSL stylesheet file.

Parameters:
doc - DOM structure of the opened XSL document.
data - the data containing editor data structure.