| java.lang.Object org.h2.server.web.PageParser
PageParser | public class PageParser (Code) | | A page parser can parse an HTML page and replace the tags there.
This class is used by the H2 Console.
|
escapeHtml | public static String escapeHtml(String s)(Code) | | Convert data to HTML, including newlines and multiple spaces.
Parameters: s - the data the escaped html text |
escapeHtmlData | public static String escapeHtmlData(String s)(Code) | | Convert data to HTML, but don't convert newlines and multiple spaces.
Parameters: s - the data the escaped html text |
|
|