Uses of Interface
com.ctc.wstx.cfg.InputConfigFlags
Packages that use InputConfigFlags
Package
Description
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.*).
Package that contains Woodstox classes that implement DTD handling.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
This package contains miscellaneous classes that implement Woodstox.
-
Uses of InputConfigFlags in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement InputConfigFlagsModifier and TypeClassDescriptionfinal class
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 InputConfigFlagsModifier and TypeClassDescriptionclass
Reader that reads in DTD information from internal or external subset.class
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 InputConfigFlagsModifier and TypeClassDescriptionclass
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
Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.class
Complete implementation ofXMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation.class
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 InputConfigFlagsModifier and TypeClassDescriptionclass
Factory for creating various Stax objects (stream/event reader, writer).