Update of /cvsroot/anet/ANet/ANet_Daemon/Common
In directory usw-pr-cvs1:/tmp/cvs-serv19930
Added Files:
XMLParser.h
Log Message:
Starting XML parser.
--- NEW FILE: XMLParser.h ---
#include "XMLCommon.h"
#ifndef DEFINE_XML_HASH
extern ANetMemoryTag XMLHash;
#endif
UInt32 ANetInitXMLParser();
UInt32 ANetCleanupXMLParser();
UInt32 ANetParseXMLBuffer(ANetMemoryTag buf, ANetTagID *root);
//! For testing only!
UInt32 ANetParseXMLFile(char *file, ANetTagID *root);
|