Class InvalidCharHandler.ReplacingHandler

java.lang.Object
com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
All Implemented Interfaces:
InvalidCharHandler
Enclosing interface:
InvalidCharHandler

public static class InvalidCharHandler.ReplacingHandler extends Object implements InvalidCharHandler
Alternative to the default handler, this handler converts all invalid characters to the specified output character. That character will not be further verified or modified by the stream writer.
  • Field Details

    • mReplacementChar

      final char mReplacementChar
  • Constructor Details

    • ReplacingHandler

      public ReplacingHandler(char c)
  • Method Details