/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/ // for license please see accompanying LICENSE.txt file (available also at http://www.xmlpull.org/) package org.xmlpull.v1.xmlrpc; import org.xmlpull.v1.*; import java.io.*; /** * @author Stefan Haustein * *
A simple XML RPC parser based on the XML PULL API, * intended to show the XMLPULL and KXml2 API usage with * a real application example.
* *