This class formats HTML to be more human-readable. TODO(user): Add hierarchical indentation.
| Instance Method Summary | |
format(string html) ⇒ stringBreaks up HTML so it's easily readable by the user. | |
| Static Method Summary | |
format(string html) ⇒ stringStatic utility function. See prototype #format. | |
getInstance_() ⇒ ?goog.format.HtmlPrettyPrinterSingleton lazy initializer. | |