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 BranchingReaderSourceInputSourceFactory.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 TypedStreamReaderTypedStreamReader.createStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER) Factory method for constructing readers.static ValidatingStreamReaderValidatingStreamReader.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 BranchingReaderSourceModifierConstructorDescriptionprotectedBasicStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) protectedTypedStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)