ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

tree.c File Reference
#include "libxml.h"
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include <stdlib.h>
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/uri.h>
#include <libxml/entities.h>
#include <libxml/valid.h>
#include <libxml/xmlerror.h>
#include <libxml/parserInternals.h>
#include <libxml/globals.h>
#include <libxml/hash.h>
#include "elfgcchack.h"

Go to the source code of this file.

Defines

#define IN_LIBXML
#define UPDATE_LAST_CHILD_AND_PARENT(n)
#define IS_STR_XML(str)
#define CUR_SCHAR(s, l)   xmlStringCurrentChar(NULL, s, &l)
#define DICT_FREE(str)
#define DICT_COPY(str, cpy)
#define DICT_CONST_COPY(str, cpy)
#define XML_TREE_NSMAP_PARENT   -1
#define XML_TREE_NSMAP_XML   -2
#define XML_TREE_NSMAP_DOC   -3
#define XML_TREE_NSMAP_CUSTOM   -4
#define XML_NSMAP_NOTEMPTY(m)   (((m) != NULL) && ((m)->first != NULL))
#define XML_NSMAP_FOREACH(m, i)   for (i = (m)->first; i != NULL; i = (i)->next)
#define XML_NSMAP_POP(m, i)
#define XML_TREE_ADOPT_STR(str)
#define XML_TREE_ADOPT_STR_2(str)
#define bottom_tree

Functions

static xmlNsPtr xmlNewReconciliedNs (xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns)
static xmlCharxmlGetPropNodeValueInternal (xmlAttrPtr prop)
static void xmlTreeErrMemory (const char *extra)

Variables

int __xmlRegisterCallbacks = 0

Generated on Sat May 26 2012 05:07:36 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.