[jdom-interest] no getChildTextNormalize() ?

Kent Johnson kentj at rsn.hp.com
Tue Sep 25 10:51:38 PDT 2001


is there any particular reason why there is no
Element.getChildTextNormalize() method?  there is:

getText()
getTextTrim()
getTextNormalize()
-and-
getChildText()
getChildTextTrim()
-but no-
getChildTextNormalize()

...it just seemed like logical thing to have.  until then people must use:
getChild().getTextNormalize()

thanks for filling me in,
kent




More information about the jdom-interest mailing list