ARB
|
#include <string>
#include <cstdio>
#include <attributes.h>
#include <arb_assert.h>
#include <arbtools.h>
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 |
#define xml_assert | ( | bed | ) | arb_assert(bed) |
Definition at line 37 of file xml.hxx.
Referenced by encodeEntities(), and XML_Node::XML_Node().
XML_Document* the_XML_Document |
Definition at line 23 of file xml.cxx.
Referenced by to_indent(), XML_Node::XML_Node(), XML_Comment::~XML_Comment(), XML_Node::~XML_Node(), and XML_Text::~XML_Text().