<unit>
<usecase>
</id>
<name>abc</name>
</usecase>
<usecase>
</id>
<name>def</name>
</usecase>
</unit>
this is the xml file.
now i deserialize this to an object.
i get like this
unit.usecase[0].name
what i wish is i dont want like this usecase[0]
is it possible to get all the usecase names by pressing .
after unit
instead of usecase[index] that is(option of getting abc,def
and
selecting one among them)
unit.abc
def
if i press . after this i should get id that is
unit.abc.id
plz help.waiting for ur kind reply
madhumindtree
|