| Class | Description |
|---|---|
| DomRepresentation |
XML representation based on a DOM document.
|
| NodeList |
DOM nodes set that implements the standard List interface for easier
iteration.
|
| SaxRepresentation |
XML representation for SAX events processing.
|
| Transformer |
Filter that can transform XML representations by applying an XSLT transform
sheet.
|
| TransformRepresentation |
Representation able to apply an XSLT transformation.
|
| XmlConverter |
Converter between the XML APIs and XML Representation classes.
|
| XmlRepresentation |
Representation based on an XML document.
|
| XmlWriter |
XML writer doing the opposite work of a SAX-based XML reader.
|
Copyright © 2005-2024 Restlet.