34 #include "dom_string.h" 43 class DomNodeList_Impl;
66 bool local_name =
false);
82 std::vector<DomNode> node_list;
DOM Node List class.
Definition: dom_node_list.h:50
std::string DomString
Definition: dom_string.h:37
DomNode item(unsigned long index) const
Returns the indexth item in the collection.
DomNodeList()
Constructs a DOM NodeList handle.
int get_length() const
The number of nodes in the list.
DOM Node class.
Definition: dom_node.h:70
void add_item(DomNode &to_add)
Adds a DomNode to the list.