I'm not sure if this is what you're after, but how about this?
 
Document doc = . . .
Text text = doc.createTextNode(myBean.toString());
 
String value = text.getNodeValue();
-----Original Message-----
From: xuliujuan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 7:42 PM
To: [EMAIL PROTECTED]
Subject: For help : how to convert a Java bean instance to Text(org.w3c.dom.Text text)

Hi all,
Could you tell me how to convert a Java bean instance to Text(org.w3c.dom.Text text)
and how to get the Object's value ?
 
Thanks ^_^
/xuliujuan


-------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other
than the recipient.

-------------------------------------------------------------------------------------

Reply via email to