From: SourceForge.net <no...@so...> - 2010-04-24 08:32:42
|
The following forum message was posted by aditsu at http://sourceforge.net/projects/jtidy/forums/forum/41437/topic/3683463: JTidy implements getTextContent in DOMNodeImpl (only), this way: [code] /** * @todo DOM level 3 getTextContent() Not implemented. Returns null. * @see org.w3c.dom.Node#getTextContent() */ public String getTextContent() throws DOMException { return null; }[/code] I think it\'s quite obvious. Can you file a bug report? |