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 class
ReaderConfig
Simple 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 class
FullDTDReader
Reader that reads in DTD information from internal or external subset.class
MinimalDTDReader
Minimal 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 class
BasicStreamReader
Partial implementation ofXMLStreamReader2
consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.class
StreamScanner
Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.class
TypedStreamReader
Complete implementation ofXMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation.class
ValidatingStreamReader
Implementation ofXMLStreamReader2
that builds onTypedStreamReader
and 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 class
WstxInputFactory
Factory for creating various Stax objects (stream/event reader, writer).
-