Uses of Interface
com.ctc.wstx.sr.ReaderCreator
Packages that use ReaderCreator
Package
Description
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 ReaderCreator in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as ReaderCreatorModifier and TypeFieldDescriptionprotected final 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 ReaderCreatorModifier and TypeMethodDescriptionstatic 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 ReaderCreatorModifierConstructorDescriptionprotected
BasicStreamReader
(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) protected
TypedStreamReader
(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) private
ValidatingStreamReader
(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 ReaderCreatorModifier and TypeClassDescriptionclass
Factory for creating various Stax objects (stream/event reader, writer).