#include "parserBase.hxx"
#include "Exception.hxx"
#include "Proc.hxx"
#include "Logger.hxx"
#include <sstream>
#include "YacsTrace.hxx"
#include <libxml/parserInternals.h>
Go to the source code of this file.
Namespaces | |
namespace | YACS |
Variables | |
YACS::ENGINE::Proc * | currentProc |
_xmlParserCtxt * | saxContext |
YACS::ENGINE::Proc* currentProc |
Definition at line 30 of file parserBase.cxx.
Referenced by YACS::looptypeParser< T >::bloc(), YACS::looptypeParser< T >::datalink(), YACS::looptypeParser< T >::foreach(), YACS::looptypeParser< T >::forloop(), YACS::looptypeParser< T >::inline_(), YACS::YACSLoader::load(), YACS::whilelooptypeParser< T >::name(), YACS::forlooptypeParser< T >::name(), YACS::foreachlooptypeParser< T >::name(), YACS::optimizerlooptypeParser< T >::name(), YACS::looptypeParser< T >::node(), YACS::looptypeParser< T >::optimizer(), YACS::outnodetypeParser< T >::parameter(), YACS::presettypeParser< T >::parameter(), YACS::whilelooptypeParser< T >::post(), YACS::forlooptypeParser< T >::post(), YACS::foreachlooptypeParser< T >::post(), YACS::optimizerlooptypeParser< T >::post(), YACS::foreachlooptypeParser< T >::postAttr(), YACS::optimizerlooptypeParser< T >::postAttr(), YACS::proctypeParser< T >::pre(), YACS::looptypeParser< T >::remote(), YACS::looptypeParser< T >::server(), YACS::looptypeParser< T >::service(), YACS::looptypeParser< T >::sinline(), YACS::looptypeParser< T >::switch_(), and YACS::looptypeParser< T >::while_().
_xmlParserCtxt* saxContext |
Definition at line 31 of file parserBase.cxx.
Referenced by YACS::parser::end_element(), YACS::YACSLoader::load(), YACS::parser::logError(), xmlReader::parse(), and YACS::parser::SetUserDataAndPush().