Definition at line 35 of file XMLReader.h.
 
 | 
| enum   | ETagNames {  
  kClass
, kFunction
, kVariable
, kEnum
,  
  kMethod
, kEndMethod
, kField
, kEndField
,  
  kProperties
, kVersion
, kStartIgnore
, kLcgdict
,  
  kSelection
, kExclusion
, kEndClass
, kEndStruct
,  
  kEndSelection
, kEndExclusion
, kEndLcgdict
, kBeginIoread
,  
  kEndIoread
, kBeginIoreadRaw
, kEndIoreadRaw
, kInvalid
,  
  kNumTagNames
, kTypedef
 
 } | 
|   | 
#include </github/home/ROOT-CI/src/core/dictgen/res/XMLReader.h>
◆ ETagNames
| Enumerator | 
|---|
| kClass  |  | 
| kFunction  |  | 
| kVariable  |  | 
| kEnum  |  | 
| kMethod  |  | 
| kEndMethod  |  | 
| kField  |  | 
| kEndField  |  | 
| kProperties  |  | 
| kVersion  |  | 
| kStartIgnore  |  | 
| kLcgdict  |  | 
| kSelection  |  | 
| kExclusion  |  | 
| kEndClass  |  | 
| kEndStruct  |  | 
| kEndSelection  |  | 
| kEndExclusion  |  | 
| kEndLcgdict  |  | 
| kBeginIoread  |  | 
| kEndIoread  |  | 
| kBeginIoreadRaw  |  | 
| kEndIoreadRaw  |  | 
| kInvalid  |  | 
| kNumTagNames  |  | 
| kTypedef  |  | 
Definition at line 55 of file XMLReader.h.
 
 
◆ XMLReader()
  
  
      
        
          | XMLReader::XMLReader  | 
          ( | 
          cling::Interpreter & |           interp | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckIsTagOK()
  
  
      
        
          | bool XMLReader::CheckIsTagOK  | 
          ( | 
          const std::string & |           tag | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ GetAttributes()
◆ GetNameOfTag()
◆ GetNextTag()
  
  
      
        
          | bool XMLReader::GetNextTag  | 
          ( | 
          std::ifstream & |           file,  | 
         
        
           | 
           | 
          std::string & |           out,  | 
         
        
           | 
           | 
          int & |           lineCount ) | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ IsClosingTag()
  
  
      
        
          | bool XMLReader::IsClosingTag  | 
          ( | 
          const std::string & |           tag | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ IsStandaloneTag()
  
  
      
        
          | bool XMLReader::IsStandaloneTag  | 
          ( | 
          const std::string & |           tag | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ IsTagComment()
◆ Parse()
◆ PopulateMap()
  
  
      
        
          | void XMLReader::PopulateMap  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ fCount
◆ fgMapTagNames
◆ fInterp
  
  
      
        
          | cling::Interpreter& XMLReader::fInterp | 
         
       
   | 
  
private   | 
  
 
 
core/dictgen/res/XMLReader.h
core/dictgen/src/XMLReader.cxx