Class AsIsEscapeUtil

  • All Implemented Interfaces:
    IEscapeUtil

    public class AsIsEscapeUtil
    extends java.lang.Object
    implements IEscapeUtil
    • Constructor Summary

      Constructors 
      Constructor Description
      AsIsEscapeUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void escape​(java.lang.String escapeChars, java.lang.StringBuffer buf, char next, int pointer)
      Do not perform any character escaping.
      • Methods inherited from class java.lang.Object

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

      • AsIsEscapeUtil

        public AsIsEscapeUtil()
    • Method Detail

      • escape

        public void escape​(java.lang.String escapeChars,
                           java.lang.StringBuffer buf,
                           char next,
                           int pointer)
        Do not perform any character escaping.

        Note that this method assumes that it is called after the escape character has been consumed.

        Specified by:
        escape in interface IEscapeUtil