Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Help:Editing

Revision as of 06:42, 22 February 2007 by Omabrouki.yahoo.fr (Talk | contribs) (Can I use File In place of IFile ?)

Hi, I used the example of package "org.eclipse.xsd.examples.command":the

class "CreateXSDWithNoTNSOperation". I want to use the method "

XSDSchema createXSDSchema(IFile xsdFile)" in the classe's main but i don't

know how to use or call the parameter "IFile" ! In fact I want to use the library out of

Eclipse, I think I don't need IFile. Can I use "File" in the place of "IFile"?


Could you give me an example please with method "createXSDSchema(File xsdFile)"

                                Thank you

Back to the top