ROOT  6.06/09
Reference Guide
Macros | Enumerations | Functions
TXMLEngine.cxx File Reference
#include "TXMLEngine.h"
#include "Riostream.h"
#include "TString.h"
#include "TNamed.h"
#include "TObjArray.h"
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for TXMLEngine.cxx:

Go to the source code of this file.

Macros

#define GoodStartSymbol(symb)
 

Enumerations

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

Functions

 ClassImp (TXMLEngine)
 

Macro Definition Documentation

#define GoodStartSymbol (   symb)
Value:
(((symb>='a') && (symb<='z')) || ((symb>='A') && (symb<='Z')) || (symb=='_') || \
((symb>=0xc0) && (symb<=0xd6)) || ((symb>=0xd8) && (symb<=0xf6)) || (symb>0xf8))

Definition at line 366 of file TXMLEngine.cxx.

Enumeration Type Documentation

Enumerator
kXML_NODE 
kXML_COMMENT 
kXML_PI_NODE 
kXML_RAWLINE 
kXML_CONTENT 

Definition at line 40 of file TXMLEngine.cxx.

Function Documentation

ClassImp ( TXMLEngine  )