Package | Description |
---|---|
com.ctc.wstx.sax | |
com.ctc.wstx.sr |
Modifier and Type | Field and 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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2012–2016 FasterXML. All rights reserved.