Uses of Class
com.ctc.wstx.io.BranchingReaderSource
-
Packages that use BranchingReaderSource Package Description 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 Modifier and Type Method Description static BranchingReaderSource
InputSourceFactory. constructDocumentSource(ReaderConfig cfg, InputBootstrapper bs, java.lang.String pubId, SystemId sysId, java.io.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 Modifier and Type Method Description 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 Constructor Description 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)
ValidatingStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)
-