How to get the text of a node that translate spcial characters such into space? toPlainTextString don't return what I want.
Have a look at org.htmlparser.util.Translate. It converts back and forth between character references like that.
Log in to post a comment.
How to get the text of a node that translate spcial characters such into space?
toPlainTextString don't return what I want.
Have a look at org.htmlparser.util.Translate.
It converts back and forth between character references like that.