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

Difference between revisions of "Help:Editing"

(Added stub notice)
(Can I use File In place of IFile ?)
Line 1: Line 1:
{{stub}}
+
Hi, I used the example of package "org.eclipse.xsd.examples.command":the
  
See the [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page wikipedia help].
+
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

Revision as of 06:42, 22 February 2007

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