Uses of Interface
com.ctc.wstx.cfg.InputConfigFlags
-
Packages that use InputConfigFlags 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.dtd Package that contains Woodstox classes that implement DTD handling.com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox. -
-
Uses of InputConfigFlags in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement InputConfigFlags Modifier and Type Class Description classReaderConfigSimple configuration container class; passed by reader factory to reader instance created. -
Uses of InputConfigFlags in com.ctc.wstx.dtd
Classes in com.ctc.wstx.dtd that implement InputConfigFlags Modifier and Type Class Description classFullDTDReaderReader that reads in DTD information from internal or external subset.classMinimalDTDReaderMinimal DTD reader implementation that only knows how to skip internal DTD subsets. -
Uses of InputConfigFlags in com.ctc.wstx.sr
Classes in com.ctc.wstx.sr that implement InputConfigFlags Modifier and Type Class Description classBasicStreamReaderPartial implementation ofXMLStreamReader2consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.classStreamScannerAbstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.classTypedStreamReaderComplete implementation ofXMLStreamReader2, including Typed Access API (Stax2 v3.0) implementation.classValidatingStreamReaderImplementation ofXMLStreamReader2that builds onTypedStreamReaderand adds full DTD-handling including DTD validation -
Uses of InputConfigFlags in com.ctc.wstx.stax
Classes in com.ctc.wstx.stax that implement InputConfigFlags Modifier and Type Class Description classWstxInputFactoryFactory for creating various Stax objects (stream/event reader, writer).
-