Version: 9.15.0
parsers.cxx File Reference
#include "parsers.hxx"
#include <iostream>
#include <stdexcept>
#include <cstdio>
#include "Runtime.hxx"
#include "Proc.hxx"
#include "ProcCataLoader.hxx"
#include "Logger.hxx"
#include "rootParser.hxx"
#include "YacsTrace.hxx"
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxml/xmlreader.h>
#include <libxml/parserInternals.h>
Include dependency graph for parsers.cxx:

Go to the source code of this file.

Namespaces

 YACS
 

Macros

#define BUFFSIZE   8192
 

Variables

YACS::ENGINE::RuntimetheRuntime =0
 
char Buff [BUFFSIZE]
 
YACS::ENGINE::ProccurrentProc
 
_xmlParserCtxt * saxContext
 

Macro Definition Documentation

◆ BUFFSIZE

#define BUFFSIZE   8192

Definition at line 42 of file parsers.cxx.

Variable Documentation

◆ Buff

char Buff[BUFFSIZE]

Definition at line 44 of file parsers.cxx.

◆ currentProc

YACS::ENGINE::Proc* currentProc
extern

Definition at line 30 of file parserBase.cxx.

Referenced by YACS::YACSLoader::load().

◆ saxContext

◆ theRuntime