Uses of Interface
com.ctc.wstx.api.InvalidCharHandler
-
Packages that use InvalidCharHandler Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*). -
-
Uses of InvalidCharHandler in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement InvalidCharHandler Modifier and Type Class Description static classInvalidCharHandler.FailingHandlerThis handler implementation just throws an exception for all invalid characters encountered.static classInvalidCharHandler.ReplacingHandlerAlternative to the default handler, this handler converts all invalid characters to the specified output character.Methods in com.ctc.wstx.api that return InvalidCharHandler Modifier and Type Method Description InvalidCharHandlerWriterConfig. getInvalidCharHandler()Methods in com.ctc.wstx.api with parameters of type InvalidCharHandler Modifier and Type Method Description voidWriterConfig. setInvalidCharHandler(InvalidCharHandler h)
-