setAddNewlineAfter(boolean addNewlineInside) If addNewlineAfter is true, the generated HTML will contain a newline
after the close tag, making it more readable.
public void setAddNewlineAfter(boolean addNewlineInside)(Code)
If addNewlineAfter is true, the generated HTML will contain a newline
after the close tag, making it more readable. If false, it will not,
preventing extraneous whitespace.