ddc
|
#include "ConcXml.h"
#include "../tinyxml/xpath_static.h"
#include "../CommonLib/bserialize.h"
#include "../CommonLib/ddcString.h"
#include <typeinfo>
Functions | |
string & | DeleteEoln (string &s) |
string | ReadXmlField (const TiXmlDocument &pDoc, string XPath) |
string& DeleteEoln | ( | string & | s | ) |
string ReadXmlField | ( | const TiXmlDocument & | pDoc, |
string | XPath | ||
) |
References DeleteEoln(), TinyXPath::e_bool, TinyXPath::e_double, TinyXPath::e_int, TinyXPath::e_invalid, TinyXPath::xpath_processor::e_no_error, TinyXPath::e_node_set, TinyXPath::e_string, ErrorMessage(), TiXmlNode::FirstChild(), Format(), TiXmlNode::NextSibling(), TinyXPath::node_set::o_is_attrib(), TiXmlDocument::RootElement(), TiXmlNode::TEXT, Trim(), TinyXPath::node_set::u_get_nb_node_in_set(), TiXmlNode::Value(), TiXmlAttribute::Value(), TinyXPath::node_set::XAp_get_attribute_in_set(), TinyXPath::node_set::XBp_get_base_in_set(), and TinyXPath::node_set::XNp_get_node_in_set().
Referenced by CConcXml::LoadXmlAndReadBibliography().