Uses of Interface
com.ctc.wstx.api.EmptyElementHandler

Packages that use EmptyElementHandler
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
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
 EmptyElementHandler WriterConfig.getEmptyElementHandler()
           
 

Methods in com.ctc.wstx.api with parameters of type EmptyElementHandler
 void WriterConfig.setEmptyElementHandler(EmptyElementHandler h)
           
 

Uses of EmptyElementHandler in com.ctc.wstx.sw
 

Fields in com.ctc.wstx.sw declared as EmptyElementHandler
protected  EmptyElementHandler BaseNsStreamWriter.mEmptyElementHandler
           
 



Copyright © 2011 Codehaus. All Rights Reserved.