Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CL_DomCharacterData Class Reference

#include <dom_character_data.h>

Inheritance diagram for CL_DomCharacterData:

CL_DomNode CL_DomComment CL_DomText CL_DomCDATASection List of all members.

Public Member Functions

 CL_DomCharacterData ()
 Construction:.
 CL_DomCharacterData (const CL_SharedPtr< CL_DomNode_Generic > &impl)
 ~CL_DomCharacterData ()
unsigned long get_length ()
 Attributes:.
std::string substring_data (unsigned long offset, unsigned long count)
 Operations:.
void append_data (const std::string &arg)
void insert_data (unsigned long offset, const std::string &arg)
void delete_data (unsigned long offset, unsigned long count)
void replace_data (unsigned long offset, unsigned long count, const std::string &arg)

Protected Member Functions

 CL_DomCharacterData (CL_DomDocument &doc, unsigned short node_type)
 Implementation:.

Detailed Description

clanCore="XML" header=core.h

Definition at line 49 of file dom_character_data.h.


Constructor & Destructor Documentation

CL_DomCharacterData::CL_DomCharacterData  ) 
 

Construction:.

Definition at line 36 of file dom_character_data.cpp.

CL_DomCharacterData::CL_DomCharacterData const CL_SharedPtr< CL_DomNode_Generic > &  impl  ) 
 

Definition at line 40 of file dom_character_data.cpp.

CL_DomCharacterData::~CL_DomCharacterData  ) 
 

Definition at line 49 of file dom_character_data.cpp.

CL_DomCharacterData::CL_DomCharacterData CL_DomDocument doc,
unsigned short  node_type
[protected]
 

Implementation:.

Definition at line 44 of file dom_character_data.cpp.


Member Function Documentation

void CL_DomCharacterData::append_data const std::string &  arg  ) 
 

Definition at line 70 of file dom_character_data.cpp.

void CL_DomCharacterData::delete_data unsigned long  offset,
unsigned long  count
 

Definition at line 80 of file dom_character_data.cpp.

unsigned long CL_DomCharacterData::get_length  ) 
 

Attributes:.

Definition at line 56 of file dom_character_data.cpp.

void CL_DomCharacterData::insert_data unsigned long  offset,
const std::string &  arg
 

Definition at line 75 of file dom_character_data.cpp.

void CL_DomCharacterData::replace_data unsigned long  offset,
unsigned long  count,
const std::string &  arg
 

Definition at line 85 of file dom_character_data.cpp.

std::string CL_DomCharacterData::substring_data unsigned long  offset,
unsigned long  count
 

Operations:.

Definition at line 64 of file dom_character_data.cpp.


The documentation for this class was generated from the following files:
Generated on Sat Feb 19 22:51:17 2005 for npcore by  doxygen 1.4.1