#include <ocXML.h>
Public Member Functions | |
| xmlNode () | |
| xmlNode (const xmlNode &in) | |
| xmlNode & | operator= (const xmlNode &in) |
| string | emit (void) |
| xmlNode () | |
| xmlNode (const xmlNode &in) | |
| xmlNode & | operator= (const xmlNode &in) |
| string | emit (void) |
Public Attributes | |
| string | name |
| string | data |
| node_attr | attr |
| bool | monopole |
Definition at line 147 of file ocXML.h.
| string xmlNode::emit | ( | void | ) | [inline] |
| string xmlNode::emit | ( | void | ) | [inline] |
| string xmlNode::name |
Definition at line 150 of file ocXML.h.
Referenced by xmlParser::addNode(), uiShoppingCart::AlwaysAddProduct(), page_control::emit(), emit(), xmlParser::endCallback(), forms_base::getInstructions(), main(), operator=(), Session_Obj::SetData(), openLogin::setPreference(), and uiShoppingCart::stats().
| string xmlNode::data |
Definition at line 151 of file ocXML.h.
Referenced by Ordered_Item::addOrderItemOptions(), uiShoppingCart::AlwaysAddProduct(), emit(), forms_base::getInstructions(), getSQL(), main(), ItemDetail::operator=(), operator=(), Session_Obj::SetData(), openLogin::setPreference(), and xmlParser::startCallback().
Definition at line 152 of file ocXML.h.
Referenced by document_list_functor::addIcon(), Ordered_Item::addOrderItemOptions(), uiShoppingCart::AlwaysAddProduct(), buildSlideMatchString(), contextualFilter(), page::createPageMenus(), document_list_functor::editIcon(), emit(), xmlParser::endCallback(), base_functor::getXmlAttribute(), isMutex(), slides_functor::operator()(), detail_functor::operator()(), results_functor::operator()(), form_functor::operator()(), mail_functor::operator()(), document_list_functor::operator()(), qrystr_content_functor::operator()(), spacer_functor::operator()(), content_functor::operator()(), menu_functor::operator()(), ItemDetail::operator=(), operator=(), uiShoppingCart::stats(), and uiShoppingCart::UpdateProduct().
| bool xmlNode::monopole |
Definition at line 153 of file ocXML.h.
Referenced by uiShoppingCart::AlwaysAddProduct(), emit(), xmlParser::endCallback(), and operator=().
1.5.5