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,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
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, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
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.cancelChecker - document (ex: XML) by using
the given settings generatorSettings.Copyright © 2023. All rights reserved.