Uses of Class
com.ctc.wstx.io.BranchingReaderSource
Packages that use BranchingReaderSource
Package
Description
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
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 BranchingReaderSourceModifier and TypeMethodDescriptionstatic BranchingReaderSource
InputSourceFactory.constructDocumentSource
(ReaderConfig cfg, InputBootstrapper bs, String pubId, SystemId sysId, 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 BranchingReaderSourceModifier 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 BranchingReaderSourceModifierConstructorDescriptionprotected
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)