#include <dom_text.h>
Inheritance diagram for CL_DomText:

Public Member Functions | |
| CL_DomText () | |
| Construction:. | |
| CL_DomText (CL_DomDocument &doc, const std::string &data) | |
| CL_DomText (const CL_SharedPtr< CL_DomNode_Generic > &impl) | |
| ~CL_DomText () | |
| CL_DomText | split_text (unsigned long offset) |
| Operations:. | |
Protected Member Functions | |
| CL_DomText (CL_DomDocument &doc, unsigned short node_type) | |
| Implementation:. | |
Definition at line 57 of file dom_text.h.
|
|
Construction:.
Definition at line 36 of file dom_text.cpp. Referenced by split_text(). |
|
||||||||||||
|
Definition at line 40 of file dom_text.cpp. |
|
|
Definition at line 51 of file dom_text.cpp. |
|
|
Definition at line 55 of file dom_text.cpp. |
|
||||||||||||
|
Implementation:.
Definition at line 46 of file dom_text.cpp. |
|
|
Operations:.
Definition at line 65 of file dom_text.cpp. References CL_DomText(). |
1.4.1