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 </home/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/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()
bool XMLReader::GetAttributes |
( |
const std::string & |
tag, |
|
|
std::vector< Attributes > & |
out, |
|
|
const char * |
lineNum |
|
) |
| |
|
staticprivate |
◆ 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()
static bool XMLReader::IsTagComment |
( |
const std::string & |
tag | ) |
|
|
staticprivate |
◆ Parse()
◆ PopulateMap()
void XMLReader::PopulateMap |
( |
| ) |
|
|
staticprivate |
◆ fCount
◆ fgMapTagNames
◆ fInterp
cling::Interpreter& XMLReader::fInterp |
|
private |
core/dictgen/res/XMLReader.h
core/dictgen/src/XMLReader.cxx