Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Parser

java.lang.Object
  extended bygov.lbl.dsd.p2pio.Parser

public abstract class Parser
extends Object

A simple parser that converts an XML element into a Msg message object.

Version:
$Revision: 1.4 $, $Date: 2004/01/30 01:18:03 $

Method Summary
static Msg parseMsg(Element elem)
           
static Query parseQuery(Element elem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseMsg

public static Msg parseMsg(Element elem)

parseQuery

public static Query parseQuery(Element elem)

Firefish 0.5.10

Jump to the Firefish Homepage