HtmlToPlainTextConverter class

Converts HTML text into a plain text message.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

convert(String htmlText) String
Converts the given htmlText into plain text.
convertHtmlEntities(String input) String
Converts the HTML entities such as & in the specified the input.
writeConvertHtmlEntities(String input, StringBuffer target) → void
Writes the HTML entities such as & from the input into the target StringBuffer.