Uses of Class
com.ctc.wstx.io.BranchingReaderSource

Packages that use BranchingReaderSource
com.ctc.wstx.io   
com.ctc.wstx.sr   
 

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)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.