openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
構成 | 関数
ネームスペース OpenRAVE::LocalXML

構成

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.cpp1972 行で定義されています。

void OpenRAVE::LocalXML::DefaultEndElementSAXFunc ( void *  ctx,
const xmlChar *  name 
)

libopenrave.cpp1954 行で定義されています。

void OpenRAVE::LocalXML::DefaultStartElementSAXFunc ( void *  ctx,
const xmlChar *  name,
const xmlChar **  atts 
)

libopenrave.cpp1928 行で定義されています。

bool OpenRAVE::LocalXML::ParseXMLData ( BaseXMLReaderPtr  preader,
const char *  buffer,
int  size 
)

libopenrave.cpp2005 行で定義されています。

void OpenRAVE::LocalXML::RaveXMLErrorFunc ( void *  ctx,
const char *  msg,
  ... 
)

libopenrave.cpp1910 行で定義されています。

bool OpenRAVE::LocalXML::xmlDetectSAX2 ( xmlParserCtxtPtr  ctxt)

libopenrave.cpp1983 行で定義されています。