RetroArch
Classes | Typedefs | Functions
rxml.h File Reference
#include <retro_common_api.h>
Include dependency graph for rxml.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rxml_attrib_node
 
struct  rxml_node
 

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct rxml_document rxml_document_t
 

Functions

rxml_document_trxml_load_document (const char *path)
 
void rxml_free_document (rxml_document_t *doc)
 
struct rxml_noderxml_root_node (rxml_document_t *doc)
 
char * rxml_node_attrib (struct rxml_node *node, const char *attrib)
 

Typedef Documentation

◆ rxml_document_t

typedef typedefRETRO_BEGIN_DECLS struct rxml_document rxml_document_t

Function Documentation

◆ rxml_free_document()

void rxml_free_document ( rxml_document_t doc)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rxml_load_document()

rxml_document_t* rxml_load_document ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rxml_node_attrib()

char* rxml_node_attrib ( struct rxml_node node,
const char *  attrib 
)
Here is the call graph for this function:

◆ rxml_root_node()

struct rxml_node* rxml_root_node ( rxml_document_t doc)
Here is the caller graph for this function: