Class HTMLIndenter

All Implemented Interfaces:
Result

public class HTMLIndenter extends ProxyEmitter
HTMLIndenter: This ProxyEmitter indents HTML elements, by adding whitespace character data where appropriate. The character data is never added when within an inline element. The string used for indentation defaults to four spaces, but may be set using the indent-chars property Author Michael H. Kay