Searched defs:XmlFileWriter (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h921 * -- XmlMemWriter or XmlFileWriter to write out an XML document after it has
928 xml::XmlFileWriter writer(doc);
951 friend class XmlFileWriter;
1028 * XmlFileWriter
1032 class RT_DECL_CLASS XmlFileWriter class in namespace:xml
1035 XmlFileWriter(Document &doc);
1036 ~XmlFileWriter();
1058 /** The suffix used by XmlFileWriter::write() for the temporary file. */
1060 /** The suffix used by XmlFileWriter::write() for the previous (backup) file. */
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1912 // XmlFileWriter class
1916 struct XmlFileWriter::Data
1921 XmlFileWriter::XmlFileWriter(Document &doc) function in class:xml::XmlFileWriter
1927 XmlFileWriter::~XmlFileWriter()
1932 void XmlFileWriter::writeInternal(const char *pcszFilename, bool fSafe)
1966 void XmlFileWriter::write(const char *pcszFilename, bool fSafe)
2010 int XmlFileWriter::WriteCallback(void *aCtxt, const char *aBuf, int aLen)
2028 int XmlFileWriter
[all...]

Completed in 67 milliseconds