#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "charset.h"
#include "string16.h"
#include "dtd.h"
#include "input.h"
#include "xmlparser.h"
#include "stdio16.h"
Go to the source code of this file.
int attr_compare |
( |
const void * |
a, |
|
|
const void * |
b |
|
) |
| |
void print_tree |
( |
Parser |
p, |
|
|
XBit |
bit |
|
) |
| |
void print_bit |
( |
Parser |
p, |
|
|
XBit |
bit |
|
) |
| |
void print_attrs |
( |
ElementDefinition |
e, |
|
|
Attribute |
a |
|
) |
| |
void print_text |
( |
Char * |
text | ) |
|
void print_text_bit |
( |
Char * |
text | ) |
|
void dtd_cb |
( |
XBit |
bit, |
|
|
void * |
arg |
|
) |
| |
InputSource entity_open |
( |
Entity |
ent, |
|
|
void * |
arg |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 26 of file rxp.c.
Definition at line 20 of file rxp.c.
Definition at line 20 of file rxp.c.
Definition at line 20 of file rxp.c.
Definition at line 20 of file rxp.c.
Definition at line 20 of file rxp.c.
Definition at line 21 of file rxp.c.
Definition at line 21 of file rxp.c.
Definition at line 21 of file rxp.c.
Definition at line 21 of file rxp.c.
Definition at line 22 of file rxp.c.
Definition at line 23 of file rxp.c.
Definition at line 24 of file rxp.c.