BcPOC
SF-HRP ASM implementation
|
#include <plan_parser.hpp>
Static Public Member Functions | |
static CSFHRPASM * | Parse (const char *, IEngineDescriptor *engine) |
static void | startElement (void *, const xmlChar *, const xmlChar **) |
static void | endElement (void *, const xmlChar *) |
static void | characters (void *, const xmlChar *, int) |
void CPlanParser::characters | ( | void * | user_data, |
const xmlChar * | chars, | ||
int | len | ||
) | [static] |
void CPlanParser::endElement | ( | void * | user_data, |
const xmlChar * | name | ||
) | [static] |
CSFHRPASM * CPlanParser::Parse | ( | const char * | fn, |
IEngineDescriptor * | engine | ||
) | [static] |
void CPlanParser::startElement | ( | void * | user_data, |
const xmlChar * | name, | ||
const xmlChar ** | attrs | ||
) | [static] |