Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

LXMLhandle_s Struct Reference

List of all members.

Public Attributes

char * filename
 the name of the file

int file
 the file descriptor (set after lxml_file_open())

int mode
 the mode: LXML_Read or LXML_Write

stat stat
 filled when opening a file for reading

char * encoding
 the encoding of the file

char * dtd
 the DTD associated to the file

char * map
 pointer to the mmap'ed file

off_t idx
 current offset in the mmap'ed file

off_t child
off_t brother
int line
 current line in the file

int depth
 current tree depth


Detailed Description

Structure referencing the XML file to read or to create


Member Data Documentation

off_t LXMLhandle_s::brother
 

off_t LXMLhandle_s::child
 

int LXMLhandle_s::depth
 

current tree depth

char* LXMLhandle_s::dtd
 

the DTD associated to the file

char* LXMLhandle_s::encoding
 

the encoding of the file

int LXMLhandle_s::file
 

the file descriptor (set after lxml_file_open())

char* LXMLhandle_s::filename
 

the name of the file

off_t LXMLhandle_s::idx
 

current offset in the mmap'ed file

int LXMLhandle_s::line
 

current line in the file

char* LXMLhandle_s::map
 

pointer to the mmap'ed file

int LXMLhandle_s::mode
 

the mode: LXML_Read or LXML_Write

struct stat LXMLhandle_s::stat
 

filled when opening a file for reading


The documentation for this struct was generated from the following file:
Generated on Wed Oct 22 15:57:22 2003 for XetPan by doxygen 1.3.2