Version: 8.3.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

namespace  YACS
 

Macros

#define BUFFSIZE   8192
 

Variables

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

Macro Definition Documentation

#define BUFFSIZE   8192

Definition at line 42 of file parsers.cxx.

Variable Documentation

char Buff[BUFFSIZE]

Definition at line 44 of file parsers.cxx.

YACS::ENGINE::Proc* currentProc

Definition at line 30 of file parserBase.cxx.