Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to access members of ann IResource object?
how to access members of ann IResource object? [message #88720] Fri, 04 July 2003 04:35 Go to next message
Eclipse UserFriend
Originally posted by: shilpagu.noida.hcltech.com

I have an object of type IResource. I want to access its members, how do i
do that?
Re: how to access members of ann IResource object? [message #88842 is a reply to message #88720] Fri, 04 July 2003 09:01 Go to previous message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.spam.protection.com

maybe this:

if (resource instanceof IContainer)
return ((IContainer)resource).getMembers()

btw, didn't you ask the same question before?
a.
Previous Topic:Unable to get the Constructor added to the DOMType
Next Topic:which class implements IContainer?
Goto Forum:
  


Current Time: Mon Jul 22 05:23:28 GMT 2024

Powered by FUDForum. Page generated in 0.04231 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top