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.*).
|
com.ctc.wstx.sw |
Modifier and Type | Class and Description |
---|---|
static class |
EmptyElementHandler.HtmlEmptyElementHandler
HTML specific empty element handler.
|
static class |
EmptyElementHandler.SetEmptyElementHandler
Handler that uses a Set of Strings.
|
Modifier and Type | Method and Description |
---|---|
EmptyElementHandler |
WriterConfig.getEmptyElementHandler() |
Modifier and Type | Method and Description |
---|---|
void |
WriterConfig.setEmptyElementHandler(EmptyElementHandler h) |
Modifier and Type | Field and Description |
---|---|
protected EmptyElementHandler |
BaseNsStreamWriter.mEmptyElementHandler |
Copyright © 2018 FasterXML. All rights reserved.