The XSLT Packages

The XSLT packages are defined in the following sections:

  • javax.xml.transform

  • javax.xml.transform.dom

  • javax.xml.transform.sax

  • javax.xml.transform.stream

The javax.xml.transform Package

The javax.xml.transform package contains the necessary interfaces and classes to create a Transformer object, process transformation instructions, and then transform the XML documents. The interfaces and classes are described in the following sections.

The javax.xml.transform Package Classes

The classes of the javax.xml.transform package enable an application to create the Transformer object and handle exceptions that can be raised while transforming an XML document.

The classes of the javax.xml.transform package are described in the following list: ...

Get Java™ APIs for XML Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.