wxMaxima
|
This class handles parsing the xml representation of a cell tree. More...
#include <MathParser.h>
Public Member Functions | |
MathParser (Configuration *cfg, const wxString &zipfile={}) | |
The constructor. | |
MathParser (const MathParser &)=delete | |
This class doesn't have a copy constructor. | |
MathParser & | operator= (const MathParser &)=delete |
This class doesn't have a = operator. | |
void | SetUserLabel (const wxString &label) |
std::unique_ptr< Cell > | ParseLine (wxString s, CellType style=MC_TYPE_DEFAULT) |
std::unique_ptr< Cell > | ParseLine (const wxXmlDocument &xml, CellType style=MC_TYPE_DEFAULT) |
std::unique_ptr< Cell > | ParseTag (wxXmlNode *node, bool all=true) |
std::unique_ptr< Cell > | ParseRowTag (wxXmlNode *node) |
void | SetGroup (GroupCell *group) |
Sets the group the newly parsed cells are provided with. | |
This class handles parsing the xml representation of a cell tree.
The xml representation of a cell tree can be found in the file contents.xml inside a wxmx file
|
explicit |
The constructor.