Package | Description |
---|---|
com.ctc.wstx.api |
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
Modifier and Type | Class and Description |
---|---|
class |
FullDTDReader
Reader that reads in DTD information from internal or external subset.
|
class |
MinimalDTDReader
Minimal DTD reader implementation that only knows how to skip
internal DTD subsets.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicStreamReader
Partial implementation of
XMLStreamReader2 consisting of
all functionality other than DTD-validation-specific parts, and
Typed Access API (Stax2 v3.0), which are implemented at
sub-classes. |
class |
StreamScanner
Abstract base class that defines some basic functionality that all
Woodstox reader classes (main XML reader, DTD reader) extend from.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
WstxInputFactory
Factory for creating various Stax objects (stream/event reader,
writer).
|
Copyright © 2012–2015 FasterXML. All rights reserved.