What Class has replaced SwingSDImageGenerator
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 1
- Joined: Mon May 25, 2009 4:32 pm
What Class has replaced SwingSDImageGenerator
I have been asked to upgrade a application that use
This class isn't present in oxygen version 10 - what class replaced it?
Code: Select all
String[] imageGenerationConfiguration = new String[]{xsdPathArg, RelativePath.getRelativePath(file, user_dir).substring(1, RelativePath.getRelativePath(file, user_dir).lastIndexOf("/")) + "/" + file.getName(), imagesFolderArg, mainOutputDir + "/" + imagesFolder, diagramExtensionArg, diagramExtension, useHashCodesArg, useHashCodes, generateChunksArg, generateChunks, hideCommentsArg, hideComments, hideAnnotationsArg, hideAnnotations, htmlFileNameArg, file.getName() + ".html"};
try {
SwingSDImageGenerator.main(imageGenerationConfiguration);
} catch (SecurityException e) {
// we dont care
}
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: What Class has replaced SwingSDImageGenerator
Post by sorin_ristache »
Hello,
Generating documentation for an XML Schema is more straightforward now: just call the main() method of the class ro.sync.xsd.documentation.XSDSchemaDocumentationGenerator. There is no class only for image generator anymore, just the above class for the whole process. You can look in the script schemaDocumentation.bat on Windows / schemaDocumentation.sh on Mac and Linux to see how schema documentation is generated using this class.
Regards,
Sorin
Generating documentation for an XML Schema is more straightforward now: just call the main() method of the class ro.sync.xsd.documentation.XSDSchemaDocumentationGenerator. There is no class only for image generator anymore, just the above class for the whole process. You can look in the script schemaDocumentation.bat on Windows / schemaDocumentation.sh on Mac and Linux to see how schema documentation is generated using this class.
Regards,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service