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:51
void add_item(DomNode &to_add)
Adds a DomNode to the list.
DomNode item(unsigned long index) const
Returns the indexth item in the collection.
DomNodeList(DomNode &node, const DomString &namespace_uri, const DomString &name, bool local_name=false)
DomNodeList()
Constructs a DOM NodeList handle.
DomNodeList(DomNode &node, const DomString &tag_name)
Constructs a DomNodeList.
int get_length() const
The number of nodes in the list.
DOM Node class.
Definition dom_node.h:71
std::string DomString
Definition dom_string.h:37