dancer-xml Reference  0.8.2.1
Functions
dumpxml.c File Reference
#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)

Function Documentation

int main ( int  argc,
char **  argv 
)
static void recurse_attribute ( dxml_attribute a)
static
static void recurse_element ( dxml_element e,
int  level 
)
static
static void space ( int  i)
static

Referenced by recurse_element().