Uses of Interface
com.ctc.wstx.api.EmptyElementHandler
-
Packages that use EmptyElementHandler 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 -
-
Uses of EmptyElementHandler in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement EmptyElementHandler Modifier and Type Class Description static class
EmptyElementHandler.HtmlEmptyElementHandler
HTML specific empty element handler.static class
EmptyElementHandler.SetEmptyElementHandler
Handler that uses a Set of Strings.Methods in com.ctc.wstx.api that return EmptyElementHandler Modifier and Type Method Description EmptyElementHandler
WriterConfig. getEmptyElementHandler()
Methods in com.ctc.wstx.api with parameters of type EmptyElementHandler Modifier and Type Method Description void
WriterConfig. setEmptyElementHandler(EmptyElementHandler h)
-
Uses of EmptyElementHandler in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as EmptyElementHandler Modifier and Type Field Description protected EmptyElementHandler
BaseNsStreamWriter. mEmptyElementHandler
-