XML representation for SAX events processing. The purpose is to create a
streamable content based on a custom Java object model instead of a neutral
DOM tree. This domain object can then be directly modified and efficiently
serialized at a later time. Subclasses only need to override the
ContentHandler methods required for the reading and also the write(XmlWriter
writer) method when serialization is requested.
Writes the representation to a XML writer. The default implementation
does nothing and is intended to be overriden.
Parameters: writer - The XML writer to write to. throws: IOException -
Methods inherited from org.restlet.resource.XmlRepresentation