![]() |
QMCPACK
|
convert xmlNode contents into a std::string More...
Public Member Functions | |
XMLNodeString (const xmlNodePtr cur) | |
construct a string from an xmlNode More... | |
XMLNodeString (const std::string &in) | |
expose base class constructors More... | |
XMLNodeString (const char *in) | |
void | setXMLNodeContent (xmlNodePtr cur) const |
write a string to an xmlNode More... | |
convert xmlNode contents into a std::string
setXMLNodeContent is OOP without reason.
Definition at line 32 of file XMLParsingString.h.
|
inline |
construct a string from an xmlNode
Definition at line 36 of file XMLParsingString.h.
References qmcplusplus::assign().
|
inline |
expose base class constructors
Definition at line 47 of file XMLParsingString.h.
|
inline |
Definition at line 49 of file XMLParsingString.h.
|
inline |
write a string to an xmlNode
Definition at line 52 of file XMLParsingString.h.
Referenced by getContent(), and ProjectData::put().