#include <dom_node_list.h>
Public Member Functions | |
| CL_DomNodeList () | |
| Construction:. | |
| CL_DomNodeList (CL_DomNode &node, const std::string &tag_name) | |
| ~CL_DomNodeList () | |
| int | get_length () const |
| Attributes:. | |
| CL_DomNode | item (unsigned long index) const |
| Operations:. | |
| void | add_item (CL_DomNode &to_add) |
Private Attributes | |
| std::vector< CL_DomNode > | node_list |
| Implementation:. | |
Definition at line 51 of file dom_node_list.h.
|
|
Construction:.
Definition at line 36 of file dom_node_list.cpp. |
|
||||||||||||
|
Definition at line 40 of file dom_node_list.cpp. References add_item(), CL_DomNode::get_next_sibling(), CL_DomNode::get_node_name(), and CL_DomNode::is_null(). |
|
|
Definition at line 53 of file dom_node_list.cpp. |
|
|
Definition at line 79 of file dom_node_list.cpp. References node_list. Referenced by CL_DomNodeList(). |
|
|
Attributes:.
Definition at line 60 of file dom_node_list.cpp. References node_list. |
|
|
Operations:.
Definition at line 68 of file dom_node_list.cpp. References node_list. |
|
|
Implementation:.
Definition at line 78 of file dom_node_list.h. Referenced by add_item(), get_length(), and item(). |
1.4.1