Source
- the source document (ex : XML)Settings
- generator settings class.public interface IFileContentGenerator<Source,Settings extends FileContentGeneratorSettings>
Modifier and Type | Method and Description |
---|---|
String |
generate(Source document,
SharedSettings sharedSettings,
Settings generatorSettings,
IXMLFullFormatter formatter)
Generates a file content (ex : XSD, DTD) from the given document source
document (ex: XML) by using the given settings
generatorSettings . |
String generate(Source document, SharedSettings sharedSettings, Settings generatorSettings, IXMLFullFormatter formatter)
document
(ex: XML) by using the given settings
generatorSettings
.document
- the XML document source.sharedSettings
- the shared settings.generatorSettings
- the generator settings.formatter
- the formatter.document
(ex: XML) by using
the given settings generatorSettings
.Copyright © 2022. All rights reserved.