#include "xmlpull/XmlDoc.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &p_ostream, const XmlNode_t &p_xmlNode) |
std::ostream & | operator<< (std::ostream &p_ostream, const XmlDoc_t &p_xmlDoc) |
std::ostream& operator<< | ( | std::ostream & | p_ostream, | |
const XmlNode_t & | p_xmlNode | |||
) |
Definition at line 371 of file XmlDoc.cpp.
References XmlNode_t::isTextNode(), XmlNode_t::m_attributes, XmlNode_t::m_depth, XmlNode_t::m_name, XmlNode_t::m_nodes, XmlNode_t::m_text, and XmlNode_t::WS_AMOUNT.
std::ostream& operator<< | ( | std::ostream & | p_ostream, | |
const XmlDoc_t & | p_xmlDoc | |||
) |
Definition at line 670 of file XmlDoc.cpp.
References XmlDoc_t::m_rootNode.