Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TXMLEngine.cxx File Reference
#include "TXMLEngine.h"
#include "TString.h"
#include "TNamed.h"
#include "TObjArray.h"
#include "strlcpy.h"
#include "snprintf.h"
#include <fstream>
#include <cstdlib>
#include <cstring>
Include dependency graph for TXMLEngine.cxx:

Classes

struct  SXmlAttr_t
 
struct  SXmlDoc_t
 
struct  SXmlNode_t
 
class  TXMLEntity
 
class  TXMLInputStream
 
class  TXMLOutputStream
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Enumerations

enum  EXmlNodeType {
  kXML_NODE = 1 , kXML_COMMENT = 2 , kXML_PI_NODE = 3 , kXML_RAWLINE = 4 ,
  kXML_CONTENT = 5
}
 

Enumeration Type Documentation

◆ EXmlNodeType

Enumerator
kXML_NODE 
kXML_COMMENT 
kXML_PI_NODE 
kXML_RAWLINE 
kXML_CONTENT 

Definition at line 43 of file TXMLEngine.cxx.