Module java.xml
Package javax.xml.transform.stax
package javax.xml.transform.stax
Provides StAX specific transformation 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
-
Related PackagesPackageDescriptionDefines the generic APIs for processing transformation instructions, and performing a transformation from source to result.Provides DOM specific transformation classes.Provides SAX specific transformation classes.Provides stream and URI specific transformation classes.
-
Class Summary