![]() |
ATLAS Offline Software
|
#include <XMLCoreParser.h>
Public Member Functions | |
| virtual | ~XMLCoreFactory () |
| void | start (XMLCoreParser &parser, const XMLCoreNode &node) |
| void | end (XMLCoreParser &parser, const XMLCoreNode &node) |
| void | comment (XMLCoreParser &parser, const std::string &comment) |
| virtual void | do_start (XMLCoreParser &parser, const XMLCoreNode &node) |
| virtual void | do_end (XMLCoreParser &parser, const XMLCoreNode &node) |
| virtual void | do_comment (XMLCoreParser &parser, const std::string &comment) |
Static Public Member Functions | |
| static bool | has_attribute (const XMLCoreNode &node, const std::string &name) |
| static int | get_int (const XMLCoreNode &node, const std::string &name) |
| static double | get_double (const XMLCoreNode &node, const std::string &name) |
| static bool | get_boolean (const XMLCoreNode &node, const std::string &name) |
| static std::string | get_ID (const XMLCoreNode &node, const std::string &name) |
| static std::string | get_value (const XMLCoreNode &node, const std::string &name) |
| static std::string | get_token (const XMLCoreNode &node, const std::string &name) |
| static bool | check_int (const int n, const XMLCoreNode &node, const std::string &name) |
| static bool | check_double (const int n, const XMLCoreNode &node, const std::string &name) |
Protected Attributes | |
| std::string | m_xmlelementname |
Definition at line 17 of file XMLCoreParser.h.
|
virtual |
Definition at line 35 of file XMLCoreParser.cxx.
|
static |
Definition at line 184 of file XMLCoreParser.cxx.
|
static |
Definition at line 152 of file XMLCoreParser.cxx.
| void XMLCoreFactory::comment | ( | XMLCoreParser & | parser, |
| const std::string & | comment ) |
Definition at line 58 of file XMLCoreParser.cxx.
|
virtual |
Definition at line 80 of file XMLCoreParser.cxx.
|
virtual |
Reimplemented in IdDictParserNS::IdDictBaseFactory.
Definition at line 73 of file XMLCoreParser.cxx.
|
virtual |
Reimplemented in IdDictParserNS::IdDictBaseFactory.
Definition at line 66 of file XMLCoreParser.cxx.
| void XMLCoreFactory::end | ( | XMLCoreParser & | parser, |
| const XMLCoreNode & | node ) |
Definition at line 50 of file XMLCoreParser.cxx.
|
static |
Definition at line 108 of file XMLCoreParser.cxx.
|
static |
|
static |
Definition at line 115 of file XMLCoreParser.cxx.
|
static |
|
static |
Definition at line 135 of file XMLCoreParser.cxx.
|
static |
Definition at line 121 of file XMLCoreParser.cxx.
|
static |
Definition at line 87 of file XMLCoreParser.cxx.
| void XMLCoreFactory::start | ( | XMLCoreParser & | parser, |
| const XMLCoreNode & | node ) |
Definition at line 42 of file XMLCoreParser.cxx.
|
protected |
Definition at line 43 of file XMLCoreParser.h.