|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReaderCreator | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
WstxInputFactory
Factory for creating various Stax objects (stream/event reader, writer). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |