Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create dynamically xml file from java.

843834Feb 7 2007 — edited Feb 9 2007
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2007
Added on Feb 7 2007
4 comments
438 views