lsxml::XmlTextNode< _Ty > Class Template Reference

xml text node class More...

#include <lsxml.h>

Inheritance diagram for lsxml::XmlTextNode< _Ty >:

lsxml::XmlNode< _Ty > lsxml::XmlNode< _Ty > lsxml::BaseObject lsxml::BaseObject lsxml::BaseObject lsxml::BaseObject List of all members.

Public Member Functions

 XmlTextNode (bool cdata=false)
 ctor
 XmlTextNode (XmlString< _Ty > *value, bool cdata=false)
 ctor
 XmlTextNode (const _Ty *value, bool cdata=false)
 ctor
bool IsCDATA () const
 checks if the node is a CDATA node
 XmlTextNode (bool cdata=false)
 Constructor.
 XmlTextNode (XmlString< _Ty > *value, bool cdata=false)
 Constructor.
 XmlTextNode (const _Ty *value, bool cdata=false)
 Constructor.
bool IsCDATA () const
 Checks if the node is a CDATA node.

Detailed Description

template<typename _Ty>
class lsxml::XmlTextNode< _Ty >

xml text node class


Constructor & Destructor Documentation

template<typename _Ty>
lsxml::XmlTextNode< _Ty >::XmlTextNode ( bool  cdata = false  )  [inline]

Constructor.

Parameters:
cdata specifies if the node should be a CDATA section

template<typename _Ty>
lsxml::XmlTextNode< _Ty >::XmlTextNode ( XmlString< _Ty > *  value,
bool  cdata = false 
) [inline]

Constructor.

Parameters:
cdata specifies if the node should be a CDATA section
value the node's value

template<typename _Ty>
lsxml::XmlTextNode< _Ty >::XmlTextNode ( const _Ty *  value,
bool  cdata = false 
) [inline]

Constructor.

Parameters:
cdata specifies if the node should be a CDATA section
value the node's value


The documentation for this class was generated from the following files:
Generated on Tue Sep 29 14:51:13 2009 for lsxml by  doxygen 1.5.1-p1