構成 | |
struct | XMLREADERDATA |
関数 | |
void | RaveXMLErrorFunc (void *ctx, const char *msg,...) |
void | DefaultStartElementSAXFunc (void *ctx, const xmlChar *name, const xmlChar **atts) |
void | DefaultEndElementSAXFunc (void *ctx, const xmlChar *name) |
void | DefaultCharactersSAXFunc (void *ctx, const xmlChar *ch, int len) |
bool | xmlDetectSAX2 (xmlParserCtxtPtr ctxt) |
bool | ParseXMLData (BaseXMLReaderPtr preader, const char *buffer, int size) |
void OpenRAVE::LocalXML::DefaultCharactersSAXFunc | ( | void * | ctx, |
const xmlChar * | ch, | ||
int | len | ||
) |
libopenrave.cpp の 1972 行で定義されています。
void OpenRAVE::LocalXML::DefaultEndElementSAXFunc | ( | void * | ctx, |
const xmlChar * | name | ||
) |
libopenrave.cpp の 1954 行で定義されています。
void OpenRAVE::LocalXML::DefaultStartElementSAXFunc | ( | void * | ctx, |
const xmlChar * | name, | ||
const xmlChar ** | atts | ||
) |
libopenrave.cpp の 1928 行で定義されています。
bool OpenRAVE::LocalXML::ParseXMLData | ( | BaseXMLReaderPtr | preader, |
const char * | buffer, | ||
int | size | ||
) |
libopenrave.cpp の 2005 行で定義されています。
void OpenRAVE::LocalXML::RaveXMLErrorFunc | ( | void * | ctx, |
const char * | msg, | ||
... | |||
) |
libopenrave.cpp の 1910 行で定義されています。
bool OpenRAVE::LocalXML::xmlDetectSAX2 | ( | xmlParserCtxtPtr | ctxt | ) |
libopenrave.cpp の 1983 行で定義されています。