VPR-6.0

ezxml_root Struct Reference

#include <ezxml.h>

Collaboration diagram for ezxml_root:

Data Fields

struct ezxml xml
ezxml_t cur
char * m
size_t len
char * u
char * s
char * e
char ** ent
char *** attr
char *** pi
short standalone
char err [EZXML_ERRL]

Detailed Description

Definition at line 65 of file ezxml.h.


Field Documentation

default attributes

Definition at line 75 of file ezxml.h.

current xml tree insertion point

Definition at line 68 of file ezxml.h.

end of work area

Definition at line 73 of file ezxml.h.

general entities (ampersand sequences)

Definition at line 74 of file ezxml.h.

char ezxml_root::err[EZXML_ERRL]

error string

Definition at line 78 of file ezxml.h.

length of allocated memory for mmap, -1 for malloc

Definition at line 70 of file ezxml.h.

original xml string

Definition at line 69 of file ezxml.h.

char*** ezxml_root::pi

processing instructions

Definition at line 76 of file ezxml.h.

start of work area

Definition at line 72 of file ezxml.h.

non-zero if <?xml standalone="yes"?>

Definition at line 77 of file ezxml.h.

UTF-8 conversion of string if original was UTF-16

Definition at line 71 of file ezxml.h.

is a super-struct built on top of ezxml struct

Definition at line 67 of file ezxml.h.


The documentation for this struct was generated from the following file: