Uses of Class
com.ctc.wstx.sr.BasicStreamReader
-
Packages that use BasicStreamReader Package Description com.ctc.wstx.sax Contains Woodstox SAX implementation.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 BasicStreamReader in com.ctc.wstx.sax
Fields in com.ctc.wstx.sax declared as BasicStreamReader Modifier and Type Field Description protected BasicStreamReader
WstxSAXParser. mScanner
Since the stream reader would mostly be just a wrapper around the underlying scanner (its main job is to implement Stax interface), we can and should just use the scanner. -
Uses of BasicStreamReader in com.ctc.wstx.sr
Subclasses of BasicStreamReader in com.ctc.wstx.sr Modifier and Type Class Description class
TypedStreamReader
Complete implementation ofXMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation.class
ValidatingStreamReader
Implementation ofXMLStreamReader2
that builds onTypedStreamReader
and adds full DTD-handling including DTD validation
-