Set content supplied as CDATA Returns: None

Return TypeFunction nameArguments
voidhzXmlNode::SetCDATA(hzChain&,)

Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp

Function Logic:

0:START 1:m_fixContent 2: No text

Function body:

void hzXmlNode::SetCDATA (hzChain& Z)
{
   //  Set content supplied as CDATA
   //  
   //  Argument: Z The chain containing the content
   //  
   //  Returns: None
   m_fixContent = Z ;
}