| java.lang.Object org.webdocwf.util.loader.generator.WriteXmlFile
WriteXmlFile | public class WriteXmlFile (Code) | | WriteXmlFile writes the xml file (ImportDefinition.xml), and creates generatorOutput
directory if they don't exists.
author: Radoslav Dutina version: 1.0 |
WriteXmlFile | public WriteXmlFile(Document document, InputParameters generatorParameters) throws LoaderException(Code) | | Construct object WriteXmlFile with associated parameters.
Parameters: document - is the org.w3c.dom.Document object, which is created in CreateIncludeFile class. Parameters: generatorParameters - represents the references to InputParameter object. throws: LoaderException - |
|
|