Definition at line 34 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 </mnt/vdb/lsf/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/core/metautils/src/XMLReader.h>
| 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 54 of file XMLReader.h.
| XMLReader::XMLReader |
( |
cling::Interpreter & |
interp | ) |
|
|
inline |
| bool XMLReader::CheckIsTagOK |
( |
const std::string & |
tag | ) |
|
|
staticprivate |
| bool XMLReader::GetAttributes |
( |
const std::string & |
tag, |
|
|
std::vector< Attributes > & |
out, |
|
|
const char * |
lineNum |
|
) |
| |
|
staticprivate |
| bool XMLReader::GetNextTag |
( |
std::ifstream & |
file, |
|
|
std::string & |
out, |
|
|
int & |
lineCount |
|
) |
| |
|
staticprivate |
| bool XMLReader::IsClosingTag |
( |
const std::string & |
tag | ) |
|
|
staticprivate |
| bool XMLReader::IsStandaloneTag |
( |
const std::string & |
tag | ) |
|
|
staticprivate |
| static bool XMLReader::IsTagComment |
( |
const std::string & |
tag | ) |
|
|
staticprivate |
| bool XMLReader::Parse |
( |
const std::string & |
fileName, |
|
|
SelectionRules & |
out |
|
) |
| |
| void XMLReader::PopulateMap |
( |
| ) |
|
|
staticprivate |
| cling::Interpreter& XMLReader::fInterp |
|
private |
The documentation for this class was generated from the following files: