xmlwrapp
Lightweight C++ XML parsing library
Loading...
Searching...
No Matches
List of all members
xml::node::cdata Struct Reference

Helper struct for creating a xml::node of type_cdata. More...

#include <node.h>

Detailed Description

Helper struct for creating a xml::node of type_cdata.

xml::node mynode(xml::node::cdata("This is a CDATA section"));
The xml::node class is used to hold information about one XML node.
Definition node.h:92
Helper struct for creating a xml::node of type_cdata.
Definition node.h:127

The documentation for this struct was generated from the following file: