Package org.restlet.ext.xml
Support for XML and XSLT representations.
- Since:
- Restlet 2.0
- See Also:
- User Guide - XML extension
-
Class Summary 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.