Class HTMLTextEncoder


  • public class HTMLTextEncoder
    extends java.lang.Object
    This class encodes text to HTML. It is intended to convert arbitrary text input.
    Author:
    klausj
    • Constructor Summary

      Constructors 
      Constructor Description
      HTMLTextEncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encode​(java.lang.String fm)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • HTMLTextEncoder

        public HTMLTextEncoder()
    • Method Detail

      • encode

        public static java.lang.String encode​(java.lang.String fm)
      • main

        public static void main​(java.lang.String[] args)