Returns a normalized textual representation of this element that represents what would be visible to the user if this page was shown in a web browser. Whitespace is normalized like in the browser and block tags are separated by '\n'. @return a normalized textual representation of this element
()
| 754 | * @return a normalized textual representation of this element |
| 755 | */ |
| 756 | public String asNormalizedText() { |
| 757 | final HtmlSerializerNormalizedText ser = new HtmlSerializerNormalizedText(); |
| 758 | return ser.asText(this); |
| 759 | } |
| 760 | |
| 761 | /** |
| 762 | * Returns a textual representation of this element in the same way as |