Menu

#1 Add XMLNode::getText()

open
nobody
None
5
2002-05-20
2002-05-20
No

Currently, the process of getting a text string
enclosed by XML tags is rather difficult. JDOM has a
getText() method in org.jdom.Element that makes this
extremely easy. The semantics are simple: return the
CDATA value if there is one, otherwise, return "".

Discussion


Log in to post a comment.