Uses of Interface
com.ctc.wstx.sr.ReaderCreator
-
Packages that use ReaderCreator Package Description 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 ReaderCreator in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as ReaderCreator Modifier and Type Field Description protected ReaderCreator
BasicStreamReader. mOwner
Object to notify about shared stuff, such as symbol tables, as well as to query for additional config settings if necessary.Methods in com.ctc.wstx.sr with parameters of type ReaderCreator Modifier and Type Method Description static TypedStreamReader
TypedStreamReader. createStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
Factory method for constructing readers.static ValidatingStreamReader
ValidatingStreamReader. createValidatingStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
Factory method for constructing readers.Constructors in com.ctc.wstx.sr with parameters of type ReaderCreator Constructor Description BasicStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)
TypedStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)
-
Uses of ReaderCreator in com.ctc.wstx.stax
Classes in com.ctc.wstx.stax that implement ReaderCreator Modifier and Type Class Description class
WstxInputFactory
Factory for creating various Stax objects (stream/event reader, writer).
-