Uses of Interface
org.codehaus.stax2.typed.TypedXMLStreamWriter
Packages that use TypedXMLStreamWriter
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Uses of TypedXMLStreamWriter in org.codehaus.stax2
Subinterfaces of TypedXMLStreamWriter in org.codehaus.stax2Modifier and TypeInterfaceDescriptioninterface
Extended interface that implements functionality that is necessary to properly build event API on top ofXMLStreamWriter
, as well as to configure individual instances. -
Uses of TypedXMLStreamWriter in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement TypedXMLStreamWriterModifier and TypeClassDescriptionclass
This adapter implements parts ofXMLStreamWriter2
, the extended stream writer defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLStreamReader
implementation.class
This is a partial base implementation ofXMLStreamWriter2
, the extended stream writer that is part of Stax2. -
Uses of TypedXMLStreamWriter in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement TypedXMLStreamWriterModifier and TypeClassDescriptionclass
This is an adapter class that partially implementsXMLStreamWriter
as a facade on top of a DOM document or Node, allowing one to basically construct DOM trees via Stax API. -
Uses of TypedXMLStreamWriter in org.codehaus.stax2.util
Classes in org.codehaus.stax2.util that implement TypedXMLStreamWriter