org.herac.tuxguitar.gui.editors.chord.xml
Class ChordXMLWriter

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.chord.xml.ChordXMLWriter

public class ChordXMLWriter
extends java.lang.Object


Constructor Summary
ChordXMLWriter()
           
 
Method Summary
static org.w3c.dom.Document createDocument()
           
static void saveDocument(org.w3c.dom.Document document, java.io.File file)
           
static void setChords(java.util.List chords, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordXMLWriter

public ChordXMLWriter()
Method Detail

setChords

public static void setChords(java.util.List chords,
                             java.lang.String fileName)

createDocument

public static org.w3c.dom.Document createDocument()

saveDocument

public static void saveDocument(org.w3c.dom.Document document,
                                java.io.File file)