From 851b6f99c1248c8ec8e33322a3179c1d82fdd515 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:31:23 +0200 Subject: 6.2 --- zenxml/doc/classzen_1_1_xml_doc.html | 340 ----------------------------------- 1 file changed, 340 deletions(-) delete mode 100644 zenxml/doc/classzen_1_1_xml_doc.html (limited to 'zenxml/doc/classzen_1_1_xml_doc.html') diff --git a/zenxml/doc/classzen_1_1_xml_doc.html b/zenxml/doc/classzen_1_1_xml_doc.html deleted file mode 100644 index 174e84fc..00000000 --- a/zenxml/doc/classzen_1_1_xml_doc.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -zen::Xml: zen::XmlDoc Class Reference - - - - - - - - - -
-
- - - - - - - -
-
zen::Xml -
-
Simple C++ XML Processing
-
-
- - - - - - - - - -
- -
- - -
-
- -
-
zen::XmlDoc Class Reference
-
-
- -

The complete XML document. - More...

- -

#include <dom.h>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

XmlDoc ()
 Default constructor setting up an empty XML document with a standard declaration: <?xml version="1.0" encoding="UTF-8" ?>
 
template<class String >
 XmlDoc (String rootName)
 
-const XmlElementroot () const
 Get a const reference to the document's root element.
 
-XmlElementroot ()
 Get a reference to the document's root element.
 
template<class String >
String getVersionAs () const
 Get the version used in the XML declaration. More...
 
template<class String >
void setVersion (const String &version)
 Set the version used in the XML declaration. More...
 
template<class String >
String getEncodingAs () const
 Get the encoding used in the XML declaration. More...
 
template<class String >
void setEncoding (const String &encoding)
 Set the encoding used in the XML declaration. More...
 
template<class String >
String getStandaloneAs () const
 Get the standalone string used in the XML declaration. More...
 
template<class String >
void setStandalone (const String &standalone)
 Set the standalone string used in the XML declaration. More...
 
-

Detailed Description

-

The complete XML document.

-

Constructor & Destructor Documentation

- -
-
-
-template<class String >
- - - - - - - - -
zen::XmlDoc::XmlDoc (String rootName)
-
-
Template Parameters
- - -
StringArbitrary string-like type: e.g. std::string, wchar_t*, char[], wchar_t, wxString, MyStringClass, ...
-
-
-
Parameters
- - -
rootNameThe name of the XML document's root element.
-
-
- -
-
-

Member Function Documentation

- -
-
-
-template<class String >
- - - - - - - -
String zen::XmlDoc::getEncodingAs () const
-
- -

Get the encoding used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string class: e.g. std::string, std::wstring, wxString, MyStringClass, ...
-
-
- -
-
- -
-
-
-template<class String >
- - - - - - - -
String zen::XmlDoc::getStandaloneAs () const
-
- -

Get the standalone string used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string class: e.g. std::string, std::wstring, wxString, MyStringClass, ...
-
-
- -
-
- -
-
-
-template<class String >
- - - - - - - -
String zen::XmlDoc::getVersionAs () const
-
- -

Get the version used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string class: e.g. std::string, std::wstring, wxString, MyStringClass, ...
-
-
- -
-
- -
-
-
-template<class String >
- - - - - - - - -
void zen::XmlDoc::setEncoding (const String & encoding)
-
- -

Set the encoding used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string-like type: e.g. std::string, wchar_t*, char[], wchar_t, wxString, MyStringClass, ...
-
-
- -
-
- -
-
-
-template<class String >
- - - - - - - - -
void zen::XmlDoc::setStandalone (const String & standalone)
-
- -

Set the standalone string used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string-like type: e.g. std::string, wchar_t*, char[], wchar_t, wxString, MyStringClass, ...
-
-
- -
-
- -
-
-
-template<class String >
- - - - - - - - -
void zen::XmlDoc::setVersion (const String & version)
-
- -

Set the version used in the XML declaration.

-
Template Parameters
- - -
StringArbitrary string-like type: e.g. std::string, wchar_t*, char[], wchar_t, wxString, MyStringClass, ...
-
-
- -
-
-
- - - - -- cgit