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.
|
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 © 2018 FasterXML. All rights reserved.