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.*).
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
InvalidCharHandler |
WriterConfig.getInvalidCharHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
WriterConfig.setInvalidCharHandler(InvalidCharHandler h) |
Copyright © 2019 FasterXML. All rights reserved.