#include <dom_attr.h>
Inheritance diagram for CL_DomAttr:

Public Member Functions | |
| CL_DomAttr () | |
| Construction:. | |
| CL_DomAttr (CL_DomDocument doc, const std::string &name) | |
| CL_DomAttr (const CL_SharedPtr< CL_DomNode_Generic > &impl) | |
| ~CL_DomAttr () | |
| std::string | get_name () const |
| Attributes:. | |
| bool | get_specified () const |
| std::string | get_value () const |
| void | set_value (const std::string &value) |
Friends | |
| class | CL_DomElement |
| Implementation:. | |
Definition at line 69 of file dom_attr.h.
|
|
Construction:.
Definition at line 37 of file dom_attr.cpp. |
|
||||||||||||
|
Definition at line 41 of file dom_attr.cpp. |
|
|
Definition at line 47 of file dom_attr.cpp. |
|
|
Definition at line 51 of file dom_attr.cpp. |
|
|
Attributes:.
Definition at line 58 of file dom_attr.cpp. |
|
|
Definition at line 64 of file dom_attr.cpp. |
|
|
Definition at line 69 of file dom_attr.cpp. |
|
|
Definition at line 75 of file dom_attr.cpp. |
|
|
Implementation:.
Definition at line 109 of file dom_attr.h. |
1.4.1