#include <string>#include <iomanip>#include <algorithm>#include <map>#include <vector>#include <fstream>#include "ocString.h"


Go to the source code of this file.
Classes | |
| class | parseFobject |
| class | ocGenericParser |
| class | baseFunc |
| class | xmlNode |
| struct | stateMachine |
| class | findStart |
| class | findEnd |
| class | xmlParser |
Typedefs | |
| typedef class map< string, string > | node_attr |
| typedef class vector< xmlNode > | node_vector |
| typedef class multimap< string, size_t > | node_map |
| typedef class vector< size_t > | node_stack |
Functions | |
| string | xmlEscape (string in) |
| string | xmlUnescape (string in) |
| typedef class vector< size_t > node_stack |
| typedef class vector< xmlNode > node_vector |
| string xmlEscape | ( | string | in | ) |
Definition at line 120 of file ocXML.h.
References ocString::replaceAll().
Referenced by xmlNode::emit().
| string xmlUnescape | ( | string | in | ) |
Definition at line 131 of file ocXML.h.
References ocString::replaceAll().
Referenced by Ordered_Item::addOrderItemOptions(), xmlParser::endCallback(), and xmlParser::startCallback().
1.5.5