Class JStylerObj.EscapeLT

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EscapeLT()  
    • Method Summary

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

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

      • EscapeLT

        private EscapeLT()
    • Method Detail

      • escape

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