|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicStreamReader | |
|---|---|
| com.ctc.wstx.sax | |
| com.ctc.wstx.sr | |
| Uses of BasicStreamReader in com.ctc.wstx.sax |
|---|
| Fields in com.ctc.wstx.sax declared as BasicStreamReader | |
|---|---|
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 | |
|---|---|
class |
TypedStreamReader
Complete implementation of XMLStreamReader2,
including Typed Access API (Stax2 v3.0) implementation. |
class |
ValidatingStreamReader
Implementation of XMLStreamReader2
that builds on TypedStreamReader and adds full DTD-handling
including DTD validation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||