Uses of Class
com.ctc.wstx.api.CommonConfig
-
Packages that use CommonConfig 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.*). -
-
Uses of CommonConfig in com.ctc.wstx.api
Subclasses of CommonConfig in com.ctc.wstx.api Modifier and Type Class Description class
ReaderConfig
Simple configuration container class; passed by reader factory to reader instance created.class
ValidatorConfig
class
WriterConfig
Simple configuration container class; passed by writer factory to writer instance created.Constructors in com.ctc.wstx.api with parameters of type CommonConfig Constructor Description CommonConfig(CommonConfig base)
Constructor used by sub-classes
-