org.webdocwf.util.loader.generator
Class GenerateDoml
java.lang.Object
org.webdocwf.util.loader.generator.GenerateDoml
- public class GenerateDoml
- extends java.lang.Object
GenerateDoml class creates the doml file as an output.
- Version:
- 1.0
- Author:
- Radoslav Dutina
Constructor Summary |
GenerateDoml(org.w3c.dom.Document documentDoml,
org.w3c.dom.Element rootDoml,
org.w3c.dom.Element childRoot1,
org.w3c.dom.Element childRoot2,
java.lang.String tableName,
ImportDefinitionAttributes importDefinitionAttributes,
RelationshipsAttributes relationshipsAttributes,
InputParameters generatorParameters)
Construct object GenerateDoml with associated parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateDoml
public GenerateDoml(org.w3c.dom.Document documentDoml,
org.w3c.dom.Element rootDoml,
org.w3c.dom.Element childRoot1,
org.w3c.dom.Element childRoot2,
java.lang.String tableName,
ImportDefinitionAttributes importDefinitionAttributes,
RelationshipsAttributes relationshipsAttributes,
InputParameters generatorParameters)
throws LoaderException
- Construct object GenerateDoml with associated parameters.
- Parameters:
documentDoml
- is the reference to object of the Document class.rootDoml
- is reference to the object of Element class, which represents the root element of
the documentDoml object.childRoot1
- is the child of the root element, of the documentDoml object.childRoot2
- is the child of the root element, of the documentDoml object. The childRoot2
represent package tag.importDefinitionAttributes
- is references to ImportDefinitionAttributes object.relationshipsAttributes
- is references to RelationshipsAttributes object.generatorParameters
- represents the references to InputParameter object.tableName
- is name of the table form which we retrieve data.
- Throws:
LoaderException
Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.