Firefish 0.5.10

gov.lbl.dsd.p2pio
Class MsgElement

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
Direct Known Subclasses:
ItemSet, Msg, NameValueSet, Query, QueryList, Scope, StillOpen, StringList, TransactionID

public abstract class MsgElement
extends Object

The abstract base class of all elements contained in P2PIO messages.

Version:
$Revision: 1.6 $, $Date: 2004/02/13 01:09:15 $, $Id: MsgElement.java,v 1.6 2004/02/13 01:09:15 hoschek3 Exp $

Constructor Summary
MsgElement()
           
 
Method Summary
 Element toDOM()
           
 String toString()
          Returns a pretty-printed XML representation.
 Element toXOM()
          Deep-convert this Msg element to an XML element (including all contained data).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsgElement

public MsgElement()
Method Detail

toDOM

public Element toDOM()

toXOM

public Element toXOM()
Deep-convert this Msg element to an XML element (including all contained data).


toString

public String toString()
Returns a pretty-printed XML representation.


Firefish 0.5.10

Jump to the Firefish Homepage