Package | Description |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.ri |
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
|
org.codehaus.stax2.ri.dom | |
org.codehaus.stax2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLStreamWriter2
Extended interface that implements functionality that is necessary
to properly build event API on top of
XMLStreamWriter ,
as well as to configure individual instances. |
Modifier and Type | Class and Description |
---|---|
class |
Stax2WriterAdapter
This adapter implements parts of
XMLStreamWriter2 , the
extended stream writer defined by Stax2 extension, by wrapping
a vanilla Stax 1.0 XMLStreamReader implementation. |
class |
Stax2WriterImpl
This is a partial base implementation of
XMLStreamWriter2 ,
the extended stream writer that is part of Stax2. |
Modifier and Type | Class and Description |
---|---|
class |
DOMWrappingWriter
This is an adapter class that partially implements
XMLStreamWriter
as a facade on top of a DOM document or Node, allowing one
to basically construct DOM trees via Stax API. |
Modifier and Type | Class and Description |
---|---|
class |
StreamWriter2Delegate |
Copyright © 2021 fasterxml.com. All rights reserved.