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

Packages that use BaseInputSource
com.ctc.wstx.io   
 

Uses of BaseInputSource in com.ctc.wstx.io
 

Subclasses of BaseInputSource in com.ctc.wstx.io
 class BranchingReaderSource
          Specialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.
 class CharArraySource
          Input source that reads input from a static char array, usually used when expanding internal entities.
 class ReaderSource
          Input source that reads input via a Reader.
 



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