Class JStylerObj.Escape4Web

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Escape4Web()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void escape​(java.lang.String s, java.lang.Appendable sb)
      Escape special chars form String including /
      • Methods inherited from class java.lang.Object

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

      • Escape4Web

        private Escape4Web()
    • Method Detail

      • escape

        public void escape​(java.lang.String s,
                           java.lang.Appendable sb)
        Escape special chars form String including /
        Specified by:
        escape in interface JStylerObj.StringProtector
        Parameters:
        s - - Must not be null.
        sb -