gov.lbl.dsd.p2pio
Class MsgElement
java.lang.Object
gov.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 $
MsgElement
public MsgElement()
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.
Jump to the Firefish Homepage