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 classEmptyElementHandler.HtmlEmptyElementHandlerHTML specific empty element handler.static classEmptyElementHandler.SetEmptyElementHandlerHandler that uses a Set of Strings.Methods in com.ctc.wstx.api that return EmptyElementHandler Modifier and Type Method Description EmptyElementHandlerWriterConfig. getEmptyElementHandler()Methods in com.ctc.wstx.api with parameters of type EmptyElementHandler Modifier and Type Method Description voidWriterConfig. 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 EmptyElementHandlerBaseNsStreamWriter. mEmptyElementHandler
-