#include <dom_implementation.h>
Public Member Functions | |
| CL_DomImplementation () | |
| Construction:. | |
| CL_DomImplementation (CL_DomDocument &doc) | |
| ~CL_DomImplementation () | |
| bool | has_feature (const std::string &feature, const std::string &version) |
| Operations:. | |
Private Attributes | |
| CL_SharedPtr< CL_DomImplementation_Generic > | impl |
| Implementation:. | |
Definition at line 49 of file dom_implementation.h.
|
|
Construction:.
Definition at line 36 of file dom_implementation.cpp. |
|
|
Definition at line 40 of file dom_implementation.cpp. |
|
|
Definition at line 44 of file dom_implementation.cpp. |
|
||||||||||||
|
Operations:.
Definition at line 55 of file dom_implementation.cpp. References CL_StringHelp::compare(). |
|
|
Implementation:.
Definition at line 73 of file dom_implementation.h. |
1.4.1