#include <ocXML.h>


Public Member Functions | |
| ocGenericParser (istream *in) | |
| ocGenericParser (string &in) | |
| virtual | ~ocGenericParser () |
| bool | parse (void) |
| parseFobject & | curFunc (void) |
| virtual void | callback (void) |
| ocGenericParser (istream *in) | |
| ocGenericParser (string &in) | |
| virtual | ~ocGenericParser () |
| bool | parse (void) |
| parseFobject & | curFunc (void) |
| virtual void | callback (void) |
Protected Attributes | |
| istream * | iStream |
| ocString | input |
| parseFobject * | pCurrentFunction |
| istream * | iStream |
| parseFobject * | pCurrentFunction |
Definition at line 46 of file ocXML.h.
| ocGenericParser::ocGenericParser | ( | string & | in | ) | [inline] |
| virtual ocGenericParser::~ocGenericParser | ( | ) | [inline, virtual] |
| ocGenericParser::ocGenericParser | ( | string & | in | ) | [inline] |
| virtual ocGenericParser::~ocGenericParser | ( | ) | [inline, virtual] |
| bool ocGenericParser::parse | ( | void | ) | [inline] |
Definition at line 63 of file ocXML.h.
References curFunc(), ocString::endOfParse(), input, iStream, ocString::parseInit(), and pCurrentFunction.
Referenced by uiShoppingCart::AddProduct(), buildSlideMatchString(), contextualFilter(), controlLayout::controlLayout(), page_control::emit(), Session_Obj::GetData(), forms_base::getInstructions(), openLogin::getPreference(), infoPoints::infoPoints(), Site_History_Obj::load(), rant::rant(), uiShoppingCart::RemoveProduct(), reporter::reporter(), Session_Obj::SetData(), Ordered_Obj::setOrderedItems(), openLogin::setPreference(), virtualStore::showProduct(), virtualCheckout::showProducts(), and uiShoppingCart::stats().
| parseFobject& ocGenericParser::curFunc | ( | void | ) | [inline] |
| virtual void ocGenericParser::callback | ( | void | ) | [inline, virtual] |
Reimplemented in xmlParser, and xmlParser.
Definition at line 88 of file ocXML.h.
Referenced by findEnd::operator()(), and findStart::operator()().
| bool ocGenericParser::parse | ( | void | ) | [inline] |
Definition at line 63 of file ocXML.h.
References curFunc(), ocString::endOfParse(), input, iStream, ocString::parseInit(), and pCurrentFunction.
| parseFobject& ocGenericParser::curFunc | ( | void | ) | [inline] |
| virtual void ocGenericParser::callback | ( | void | ) | [inline, virtual] |
istream* ocGenericParser::iStream [protected] |
ocString ocGenericParser::input [protected] |
parseFobject* ocGenericParser::pCurrentFunction [protected] |
Definition at line 51 of file ocXML.h.
Referenced by xmlParser::callback(), curFunc(), xmlParser::endCallback(), parse(), xmlParser::startCallback(), and xmlParser::xmlParser().
istream* ocGenericParser::iStream [protected] |
parseFobject* ocGenericParser::pCurrentFunction [protected] |
1.5.5