The HTMLWriter
handles the necessary escaping of invalid characters. Specifically, the '<', '>' and '&' characters are properly converted to their HTML entities by the print()
methods. Similar measures are taken by the {@link #attribute(String,String)} method.Other invalid characters are converted to their numeric entity equivalent.
@version $Id: HTMLWriter.java 243791 2004-02-19 17:38:13Z hlship $
@author Howard Lewis Ship
|
|
|
|
|
|
|
|
|
|
|
|