[Simple-support] about Element OR Text
Brought to you by:
niallg
|
From: Jaewoo L. <dl...@gm...> - 2012-12-26 08:51:42
|
Hi, I'm converting from javax to simple framework.
I have a question about that.
this is original xml source.
....
<tr>
<td>Resuscitation status</td>
<td>
<content ID="AD1">Do not resuscitate</content>
</td>
<td>Dr. Robert Dolin, Nov 07, 1999</td>
<td>
<linkHtml
href="AdvanceDirective.b50b7910-7ffb-4f4c-bbe4-177ed68cbbf3.pdf">Advance
directive</linkHtml>
</td>
</tr>
....
I saw the example "HackJobToGrabFloatingTextTest", but I am not sure
whether I have to implement like that example.
cuz I only need ONE node between element OR text.
*Q1.* Should I use Converter class in this case?
*Q2. *If i should use converter class like "HackJobToGrabFloatingTextTest",
is it possible to implement like original code?
and if yes, could you explain in more details?
Thank you so much for your help.
|