Uses of Class
com.ctc.wstx.sr.BasicStreamReader
Packages that use BasicStreamReader
Package
Description
Contains Woodstox SAX implementation.
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 BasicStreamReaderModifier and TypeFieldDescriptionprotected 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.srModifier and TypeClassDescriptionclass
Complete implementation ofXMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation.class
Implementation ofXMLStreamReader2
that builds onTypedStreamReader
and adds full DTD-handling including DTD validation