|
a/libupnpp/ixmlwrap.hxx |
|
b/libupnpp/ixmlwrap.hxx |
|
... |
|
... |
17 |
#ifndef _IXMLWRAP_H_INCLUDED_
|
17 |
#ifndef _IXMLWRAP_H_INCLUDED_
|
18 |
#define _IXMLWRAP_H_INCLUDED_
|
18 |
#define _IXMLWRAP_H_INCLUDED_
|
19 |
|
19 |
|
20 |
#include <string>
|
20 |
#include <string>
|
21 |
|
21 |
|
22 |
namespace ixmlwrap {
|
22 |
namespace UPnPP {
|
23 |
|
23 |
|
24 |
/** Retrieve the text content for the first element of given name.
|
24 |
/** Retrieve the text content for the first element of given name.
|
25 |
* Returns an empty string if the element does not contain a text node */
|
25 |
* Returns an empty string if the element does not contain a text node */
|
26 |
std::string getFirstElementValue(IXML_Document *doc, const string& name);
|
26 |
std::string getFirstElementValue(IXML_Document *doc, const string& name);
|
27 |
|
27 |
|