<libroxml  version="2.2.1" />
contact: tristan.lelong@libroxml.net
Data Structures | Typedefs
roxml-types.h File Reference

internal header for libroxml.so More...

#include <pthread.h>

Go to the source code of this file.

Data Structures

struct  memory_cell_t
 memory cell structure More...
struct  xpath_cond_t
 xpath cond structure More...
struct  xpath_node_t
 xpath node structure More...
struct  xpath_tok_table_t
 xpath token structure More...
struct  xpath_tok_t
 xpath token structure More...
struct  roxml_ns_t
 namespace structure More...
struct  node_t
 node_t structure More...
struct  roxml_load_ctx_t
 xml parsing context More...
struct  roxml_xpath_ctx_t
 xpath parsing context More...
struct  roxml_parser_item_t
 the parser item struct More...

Typedefs

typedef int(* roxml_parse_func )(char *chunk, void *data)
 parser callback functions

Detailed Description

internal header for libroxml.so

This is the internal header file used by roxml.c

Author:
blunderer blund.nosp@m.erer.nosp@m.@blun.nosp@m.dere.nosp@m.r.org
Date:
23 Dec 2008

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition in file roxml-types.h.


Typedef Documentation

roxml_parse_func

parser callback functions

This is the prototype for a parser callback function. It receive as argument the chunk that matched the key, and the context as a void. It should return the number of handled bytes or 0 if doesn't want to handle this key

Definition at line 40 of file roxml-types.h.