RemarkNode.toPlainTextString() incorrect behaviour
Brought to you by:
derrickoswald
I suppose, that RemarkNode.toPlainTextString() should
return empty string. Because otherwise
NodeList bodies = parser.
extractAllNodesThatMatch(new NodeClassFilter(BodyTag.
class));
String body = bodies.asString()
returns all the body text + text inside comments.
Logged In: YES
user_id=605407
RemarkNode.toPlainTextString() now always returns an empty
string
if you want the remark text use getText()