Uses of Class
com.ctc.wstx.io.BaseInputSource
Packages that use BaseInputSource
Package
Description
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
-
Uses of BaseInputSource in com.ctc.wstx.io
Subclasses of BaseInputSource in com.ctc.wstx.ioModifier and TypeClassDescriptionfinal class
Specialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.final class
Input source that reads input from a static char array, usually used when expanding internal entities.class
Input source that reads input via a Reader.