Assuming that "e" is the element whose tagName() is "TD", here is the code you'll need to extract your "%" :
text = e.firstChild().toText().data();