4344454647484950
} Content content = htmlContent.get(0); if(!(content instanceof Text)) { return null; } Text htmlText = (Text) content; return normalized(htmlText.getValue()); }