Package | Description |
---|---|
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.
|
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 |
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.