Module java.xml
Package javax.xml.transform.stax
Provides forStAX -specific transformation APIs.
See: Description
classes.
The StAXSource
class encapsulates a XMLStreamReader
or XMLEventReader
and can be used as an input where a Source
object is accepted.
The StAXResult
class encapsulates a XMLStreamWriter
or XMLEventWriter
and can be used as an output where a Result
object is accepted.
- Since:
- 1.6
-
Class Summary Class Description StAXResult Acts as a holder for an XMLResult
in the form of a StAX writer,i.e.StAXSource Acts as a holder for an XMLSource
in the form of a StAX reader,i.e.
Package javax.xml.transform.stax Description
Provides for StAX-specific transformation APIs. TODO: better description(s).
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
- @see XMLStreamReader
- @see XMLEventReader