2005/5/9

     
 

class LibXMLCDATASection

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::xml::libxmldom::LibXMLCDATASection Class Reference

#include <LibXMLCDATASection.h>

Inheritance diagram for acdk::xml::libxmldom::LibXMLCDATASection:

acdk::xml::libxmldom::LibXMLText org::w3c::dom::CDATASection acdk::xml::libxmldom::LibXMLCharacterData org::w3c::dom::Text acdk::xml::libxmldom::LibXMLNode org::w3c::dom::CharacterData acdk::lang::Object org::w3c::dom::Node acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 LibXMLCDATASection (xmlNodePtr np, bool ownsPtr=false)
RString toXML ()
 dom4j like extension


Constructor & Destructor Documentation

acdk::xml::libxmldom::LibXMLCDATASection::LibXMLCDATASection xmlNodePtr  np,
bool  ownsPtr = false
[inline]
 


Member Function Documentation

RString acdk::xml::libxmldom::LibXMLCDATASection::toXML  )  [inline, virtual]
 

dom4j like extension

Todo:
implement in derived interfaces

Reimplemented from acdk::xml::libxmldom::LibXMLText.