#include <parsers.hxx>
Public Member Functions | |
YACSLoader () | |
virtual | ~YACSLoader () |
virtual YACS::ENGINE::Proc * | load (const char *filename) |
void | registerProcCataLoader () |
Protected Attributes | |
std::map< std::string, parser * > | _defaultParsersMap |
Definition at line 35 of file parsers.hxx.
YACS::YACSLoader::YACSLoader | ( | ) |
Definition at line 51 of file parsers.cxx.
References _defaultParsersMap, and YACS::ENGINE::getRuntime().
Referenced by main().
|
virtual |
Definition at line 146 of file parsers.cxx.
|
virtual |
Reimplemented in YACS::HMI::YACSGuiLoader.
Definition at line 63 of file parsers.cxx.
References _defaultParsersMap, YACS::parser::_file, YACS::parser::_stackParser, YACS::parser::cdata_block(), YACS::parser::characters(), YACS::parser::comment(), currentProc, DEBTRACE, YACS::parser::end_document(), YACS::parser::end_element(), YACS::parser::error(), YACS::ENGINE::Logger::fatal(), YACS::parser::fatal_error(), YACS::ENGINE::Proc::getLogger(), YACS::parser::init(), YACS::parser::main_parser, YACS::roottypeParser::rootParser, saxContext, YACS::roottypeParser::setDefaultMap(), YACS::parser::SetUserDataAndPush(), YACS::parser::start_document(), YACS::parser::start_element(), YACS::parser::warning(), and YACS::Exception::what().
Referenced by driverTest(), YACS::HMI::YACSGuiLoader::load(), YACS::ENGINE::ProcCataLoader::loadCata(), and main().
void YACS::YACSLoader::registerProcCataLoader | ( | ) |
Definition at line 57 of file parsers.cxx.
References YACS::ENGINE::Runtime::setCatalogLoaderFactory().
|
protected |
Definition at line 44 of file parsers.hxx.
Referenced by YACS::HMI::YACSGuiLoader::getPrsData(), load(), YACS::HMI::YACSGuiLoader::process(), YACS::HMI::YACSGuiLoader::YACSGuiLoader(), and YACSLoader().