ARB
Classes | Macros | Variables
xml.hxx File Reference
#include <string>
#include <cstdio>
#include <attributes.h>
#include <arb_assert.h>
#include <arbtools.h>
Include dependency graph for xml.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FINAL_TYPE< SEQTYPE >
 xml element More...
 
class  XML_Node
 
class  FINAL_TYPE< SEQTYPE >
 xml element More...
 
class  XML_Text
 a xml text node More...
 
class  XML_Comment
 
class  FINAL_TYPE< SEQTYPE >
 xml element More...
 

Macros

#define xml_assert(bed)   arb_assert(bed)
 

Variables

XML_Document * the_XML_Document
 

Macro Definition Documentation

#define xml_assert (   bed)    arb_assert(bed)

Definition at line 37 of file xml.hxx.

Referenced by encodeEntities(), and XML_Node::XML_Node().

Variable Documentation

XML_Document* the_XML_Document