public class SaveFileHandler
extends java.lang.Object
SaveFileHandler
class contains methods for saving changes of actually opened
XSL stylesheet file.Constructor and Description |
---|
SaveFileHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
saveStylesheet(org.w3c.dom.Document doc,
ConfigData data)
Saves changes of actually opened XSL stylesheet file.
|
public static void saveStylesheet(org.w3c.dom.Document doc, ConfigData data)
doc
- DOM structure of the opened XSL document.data
- the data containing editor data structure.