org.webdocwf.util.loader.generator
Class WriteImportDefinition

java.lang.Object
  extended by org.webdocwf.util.loader.generator.WriteImportDefinition

public class WriteImportDefinition
extends java.lang.Object

WriteImportDefinition class creates ImportDefinition.xml file.

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
WriteImportDefinition(org.w3c.dom.Document document, org.w3c.dom.Element root, ImportDefinitionAttributes importDefinitionAttributes, InputParameters generatorParameters)
          Construct object WriteImportDefinition with associated parameters.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteImportDefinition

public WriteImportDefinition(org.w3c.dom.Document document,
                             org.w3c.dom.Element root,
                             ImportDefinitionAttributes importDefinitionAttributes,
                             InputParameters generatorParameters)
                      throws LoaderException
Construct object WriteImportDefinition with associated parameters.

Parameters:
document - is the org.w3c.dom.Document object, which is created in CreateIncludeFile class.
root - is the root element from document object.
importDefinitionAttributes - is references to ImportDefinitionAttributes object.
generatorParameters - represents the references to InputParameter object.
Throws:
LoaderException


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.