jChatBox.Chat.Transcript
Class XMLDump

java.lang.Object
  |
  +--jChatBox.Chat.Transcript.Dump
        |
        +--jChatBox.Chat.Transcript.XMLDump
All Implemented Interfaces:
java.io.Serializable

public class XMLDump
extends Dump

This class implements an XML Dump.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jChatBox.Chat.Transcript.Dump
_description, _id, _name, _params
 
Constructor Summary
XMLDump()
          XMLDump constructor.
 
Method Summary
 void init()
          Nothing to initialize.
 java.lang.String process(Chatroom chatroom, java.lang.String filename)
          Dumps chatroom into XML file (with SAX2, not DOM).
 
Methods inherited from class jChatBox.Chat.Transcript.Dump
getDescription, getID, getName, getParams, setParams, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDump

public XMLDump()
XMLDump constructor.

Method Detail

init

public void init()
Nothing to initialize.

Specified by:
init in class Dump

process

public java.lang.String process(Chatroom chatroom,
                                java.lang.String filename)
                         throws ChatException
Dumps chatroom into XML file (with SAX2, not DOM).

Specified by:
process in class Dump
ChatException