Uses of Class
com.ctc.wstx.sr.TypedStreamReader
-
Packages that use TypedStreamReader Package Description 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 TypedStreamReader in com.ctc.wstx.sr
Subclasses of TypedStreamReader in com.ctc.wstx.sr Modifier and Type Class Description class
ValidatingStreamReader
Implementation ofXMLStreamReader2
that builds onTypedStreamReader
and adds full DTD-handling including DTD validationMethods in com.ctc.wstx.sr that return TypedStreamReader Modifier and Type Method Description static TypedStreamReader
TypedStreamReader. createStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
Factory method for constructing readers.
-