AWS SDK for C++AWS SDK for C++ Version 1.11.608 |
#include <XmlSerializer.h>
Container for Xml Document as a whole. All nodes have a reference to their parent document. Any changes you make to the nodes will be reflected here.
Definition at line 155 of file XmlSerializer.h.
move document memory
Convert entire document to string. Use this if you for example, want to save the document to a file.
Parses the stream into an XMLDocument
Parses the string into an XMLDocument
Creates an empty document with root node name
Returns the error message if the call to CreateFromXml* failed.
Get root element of the document
Returns true if the call to CreateFromXml* was successful, otherwise false. if this returns false, you can call GetErrorMessage() to see details.
Definition at line 205 of file XmlSerializer.h.
Definition at line 205 of file XmlSerializer.h.
Definition at line 211 of file XmlSerializer.h.
Definition at line 212 of file XmlSerializer.h.
Definition at line 205 of file XmlSerializer.h.