|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchingReaderSource | |
---|---|
com.ctc.wstx.io | Low-level classes that are used to abstract most details of stream I/O access from actual parsing classes. |
com.ctc.wstx.sr | This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. |
Uses of BranchingReaderSource in com.ctc.wstx.io |
---|
Methods in com.ctc.wstx.io that return BranchingReaderSource | |
---|---|
static BranchingReaderSource |
InputSourceFactory.constructDocumentSource(ReaderConfig cfg,
InputBootstrapper bs,
String pubId,
String sysId,
URL src,
Reader r,
boolean realClose)
Factory method used for creating the main-level document reader source. |
Uses of BranchingReaderSource in com.ctc.wstx.sr |
---|
Methods in com.ctc.wstx.sr with parameters of type BranchingReaderSource | |
---|---|
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 BranchingReaderSource | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |