Class TextEscaper


  • public final class TextEscaper
    extends Object
    • Method Detail

      • outputDTDText

        public static void outputDTDText​(Writer w,
                                         char[] ch,
                                         int offset,
                                         int len)
                                  throws IOException
        Quoting method used when outputting content that will be part of DTD (internal/external subset). Additional quoting is needed for percentage char, which signals parameter entities.
        Throws:
        IOException