net.sf.myjaut.xml
Class XmlFormatterCommand

java.lang.Object
  extended by net.sf.myjaut.xml.XmlFormatterCommand
All Implemented Interfaces:
Command<java.io.IOException>

public class XmlFormatterCommand
extends java.lang.Object
implements Command<java.io.IOException>


Constructor Summary
XmlFormatterCommand(org.w3c.dom.Node node, java.io.Writer writer)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFormatterCommand

public XmlFormatterCommand(org.w3c.dom.Node node,
                           java.io.Writer writer)
Method Detail

execute

public void execute()
             throws java.io.IOException
Specified by:
execute in interface Command<java.io.IOException>
Throws:
java.io.IOException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.