#include <include/rxp/xmlparser.h>
Public Attributes | |
enum cp_type | type |
int | repetition |
Char * | name |
int | nchildren |
struct content_particle ** | children |
Definition at line 57 of file xmlparser.h.
enum cp_type ContentParticle::type |
Definition at line 58 of file xmlparser.h.
int ContentParticle::repetition |
Definition at line 59 of file xmlparser.h.
Char* ContentParticle::name |
Definition at line 60 of file xmlparser.h.
int ContentParticle::nchildren |
Definition at line 61 of file xmlparser.h.
struct content_particle** ContentParticle::children |
Definition at line 62 of file xmlparser.h.