![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "data_all.h"
#include "pxml_utils.h"
#include "PConfigParser.h"
#include "PLatexObj/platexobj_text.h"
#include "PGenericParser.h"
Go to the source code of this file.
Functions | |
PVecString | getBeginSeqEnv (const PString &envName) |
Get the sequence of the begining of an environement. More... | |
PVecString | getEndSeqEnv (const PString &envName) |
Get the sequence of the ending of an environement. More... | |
void | setBoolFromAttr (bool &isAllowComment, const PXml &xml, const PString &name) |
Get a boolean from xml attribute. More... | |
bool | wgetFile (const PString &url) |
Do a wget of a file. More... | |
PVecString getBeginSeqEnv | ( | const PString & | envName | ) |
Get the sequence of the begining of an environement.
envName | : name of the environement |
Definition at line 27 of file PGenericParser.cpp.
Referenced by PConfigParser::parseEnvironement(), PConfigParser::parserDetails(), PConfigParser::parserQuote(), and PConfigParser::parseTabular().
PVecString getEndSeqEnv | ( | const PString & | envName | ) |
Get the sequence of the ending of an environement.
envName | : name of the environement |
Definition at line 40 of file PGenericParser.cpp.
Referenced by PConfigParser::parseEnvironementContent(), PConfigParser::parserDetails(), PConfigParser::parserQuote(), and PConfigParser::parseTabular().
Get a boolean from xml attribute.
[out] | isAllowComment | : boolean to be set |
xml | : main balise | |
name | : name of the attribute |
Definition at line 561 of file PGenericParser.cpp.
References PXmlAttr::getValue(), pxml_getAttrIfExist(), and PString::toLower().
Referenced by PGenericParser::loadDirExtraEnvironementFile().
bool wgetFile | ( | const PString & | url | ) |
Do a wget of a file.
url | : url to be used |
Definition at line 18 of file PGenericParser.cpp.
Referenced by PConfigParser::loadInclude().