Uses of Interface
com.ctc.wstx.api.InvalidCharHandler

Packages that use InvalidCharHandler
com.ctc.wstx.api   
 

Uses of InvalidCharHandler in com.ctc.wstx.api
 

Classes in com.ctc.wstx.api that implement InvalidCharHandler
static class InvalidCharHandler.FailingHandler
          This handler implementation just throws an exception for all invalid characters encountered.
static class InvalidCharHandler.ReplacingHandler
          Alternative to the default handler, this handler converts all invalid characters to the specified output character.
 

Methods in com.ctc.wstx.api that return InvalidCharHandler
 InvalidCharHandler WriterConfig.getInvalidCharHandler()
           
 

Methods in com.ctc.wstx.api with parameters of type InvalidCharHandler
 void WriterConfig.setInvalidCharHandler(InvalidCharHandler h)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.