Main Page   Class Hierarchy   Compound List   File List   Compound Members  

API

0.0.4

Introduction

The API package is a collection of interfaces and base classes upon which libXMLement builds. Most of these classes make it easier for their derived classes to do things. For example, if a class is derived from the Writeable interface, it only has to define a function ToString(), but it automatically gets the operator<< for free. See the API Reference for more info. If you are interested in working on this project, please email me: kevin@buhbird.com.

Installation

To install API, get the tarball from the libXMLement sourceforge page. Then, just type "make PREFIX=<prefix> install". this will copy the header files into the <prefix>/include directory. Then you can go get libXMLement and friends.

API Reference

Click on the "Compound List" link at the top of the page for the index to the API Reference


Generated at Wed May 2 00:24:41 2001 for API by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001