<html>
<body>
All:<br><br>
I am upgrading a system I inherited from jdom-b5 to jdom-b9. In several
places there are calls to a setData() method on the Element
class.<br><br>
Element someEl = some initialization<br>
someEl.setData(someData);<br><br>
I have downloaded jdom-b5 and cannot find documentation for any setData()
method on element anywhere in either the apidocs or in the source.<br>
It appears from the code, that the calls are sending in almost any kind
of data (many times base classes that are unique to our 
system).<br><br>
Later, I'll see calls like:<br><br>
SomeClass someData;<br>
someData = (SomeClass)someEl.getData();<br><br>
So it appears that it is a way to store raw / binary data into an XML
element and then retrieve it back.<br><br>
The open questions are.. <br>
What does Element.setData() do?<br>
What is the equivalent functionality in jdom-b9?<br>
(and just for the curious), why can't I find this anywhere in the jdom-b5
documentation?<br><br>
Thanks for your help,<br>
Nancy <br>
<x-sigsep><p></x-sigsep>
<b>Nancy Lehrer<br>
</b>JumpStart Wireless<br>
<a href="http://www.jumpstartwireless.com/" eudora="autourl">www.jumpstartwireless.com</a><br>
(805) 857-0135 </body>
</html>