Compounds | |
class | Document |
Convenience interface to xml::document. More... | |
class | Exception |
Exception class for Dv::Xml classes and functions. More... | |
struct | noconst |
Utility template: noconst<T>::mutable_type is T if T is not "const" and X if T is "const X". More... | |
struct | noconst< const T > |
Utility template: noconst<T>::mutable_type is T if T is not "const" and X if T is "const X". More... | |
struct | noconst< T * > |
Utility template: noconst<T>::mutable_type is T if T is not "const" and X if T is "const X". More... | |
class | Node |
Convenience interface to xml::node. More... | |
class | Node.AttributeReference |
Auxiliary class for attribute access. More... | |
class | Node.Ref |
A reference to an xml::node object. More... | |
Functions | |
void | iconv (const char *to_charset, const char *from_charset, std::string &target, const char *source) throw (std::runtime_error) |
Convert source C-string between character sets. | |
void | iconv (const char *to_charset, const char *from_charset, std::string &target, const std::string &source) throw (std::runtime_error) |
Convert source C-string between character sets. | |
std::string | iconv (const char *to_charset, const char *from_charset, const char *source) throw (std::runtime_error) |
Convert source C-string between character sets. | |
std::string | iconv (const char *to_charset, const char *from_charset, const std::string &source) throw (std::runtime_error) |
Convert source C-string between character sets. | |
std::string | iso2utf8 (const std::string &source) throw (std::runtime_error) |
Convert "ISO-8859-1" string to "UTF8" string. | |
std::string | iso2utf8 (const char *source) throw (std::runtime_error) |
Convert "ISO-8859-1" C-string to "UTF8" string. | |
std::ostream & | operator<< (std::ostream &os, const Dv::Xml::Node::Ref &ref) |
Print an XML tree rooted at the node referred to by a Dv::Xml::Node::Ref object. | |
const char * | to_html (unsigned char c) throw () |
Convert to html representation. | |
std::string & | to_html (const std::string &sin, std::string &sout) throw () |
Convert string to html representation. | |
std::string | to_html (const std::string &sin) throw () |
Convert string to html representation. | |
Dv::Xml::Node | date (const std::string &name, const Dv::Util::Date &d) |
Represent date as xml::node. |
|
Convert source C-string between character sets.
Referenced by iso2utf8(). |
|
Convert source C-string between character sets.
|
|
Convert source C-string between character sets.
|
|
Convert source C-string between character sets.
|
|
Convert "ISO-8859-1" string to "UTF8" string.
Definition at line 63 of file dviconv.h. References iconv(). |
|
Convert "ISO-8859-1" C-string to "UTF8" string.
Definition at line 73 of file dviconv.h. References iconv(). |
|
Print an XML tree rooted at the node referred to by a Dv::Xml::Node::Ref object.
|
|
Convert to html representation. E.g. '&' becomes '&' etc.
|
|
Convert string to html representation. E.g. '&' becomes '&' etc.
|
|
Convert string to html representation. E.g. '&' becomes '&' etc.
|
|
Represent date as xml::node.
|
dvxml-0.1.4 | [19 September, 2003] |