#include <stdio.h>
#include "dancer-xml.h"
Functions | |
static void | space (int i) |
static void | recurse_attribute (dxml_attribute *a) |
static void | recurse_element (dxml_element *e, int level) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
References dxml_read_xml(), and recurse_element().
static void recurse_attribute | ( | dxml_attribute * | a | ) | [static] |
References dxml_attribute::attribute_data, dxml_attribute::attribute_name, and dxml_attribute::next.
Referenced by recurse_element().
static void recurse_element | ( | dxml_element * | e, | |
int | level | |||
) | [static] |
References dxml_element::child, dxml_element::element_attribute, dxml_element::element_name, dxml_element::element_type_element, dxml_element::next, recurse_attribute(), and space().
Referenced by main().
static void space | ( | int | i | ) | [static] |
Referenced by recurse_element().