Class HTML


  • public class HTML
    extends java.lang.Object
    Static HTML escaping stuff
    Author:
    Bjorn Borud
    • Constructor Summary

      Constructors 
      Constructor Description
      HTML()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String htmlescape​(java.lang.String s1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTML

        public HTML()
    • Method Detail

      • htmlescape

        public static java.lang.String htmlescape​(java.lang.String s1)