create dynamically xml file from java.
843834Feb 7 2007 — edited Feb 9 2007Hi all,
I got class information in java program. I have to put method name and return type into xml. The xml file is like this and i have created this file.
<method>
<name></name>
<returnType></returnType>
</method>
Now when I get method information I want to put it in xml, not by writing each method name explicitly in file, mean i have to load this xml into memory for that what should i do?
Please help me I am new in XML.
Thanks in advance.
-regards
bunty