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 | |
|
|
|
|
|
|
|
|
current tree depth
|
|
|
the DTD associated to the file
|
|
|
the encoding of the file
|
|
|
the file descriptor (set after lxml_file_open())
|
|
|
the name of the file
|
|
|
current offset in the mmap'ed file
|
|
|
current line in the file
|
|
|
pointer to the mmap'ed file
|
|
|
the mode: LXML_Read or LXML_Write
|
|
|
filled when opening a file for reading
|
1.3.2