Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CL_DomNodeList Class Reference

#include <dom_node_list.h>

List of all members.

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_DomNodenode_list
 Implementation:.


Detailed Description

clanCore="XML" header=core.h

Definition at line 51 of file dom_node_list.h.


Constructor & Destructor Documentation

CL_DomNodeList::CL_DomNodeList  ) 
 

Construction:.

Definition at line 36 of file dom_node_list.cpp.

CL_DomNodeList::CL_DomNodeList CL_DomNode node,
const std::string &  tag_name
 

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().

CL_DomNodeList::~CL_DomNodeList  ) 
 

Definition at line 53 of file dom_node_list.cpp.


Member Function Documentation

void CL_DomNodeList::add_item CL_DomNode to_add  ) 
 

Definition at line 79 of file dom_node_list.cpp.

References node_list.

Referenced by CL_DomNodeList().

int CL_DomNodeList::get_length  )  const
 

Attributes:.

Definition at line 60 of file dom_node_list.cpp.

References node_list.

CL_DomNode CL_DomNodeList::item unsigned long  index  )  const
 

Operations:.

Definition at line 68 of file dom_node_list.cpp.

References node_list.


Member Data Documentation

std::vector<CL_DomNode> CL_DomNodeList::node_list [private]
 

Implementation:.

Definition at line 78 of file dom_node_list.h.

Referenced by add_item(), get_length(), and item().


The documentation for this class was generated from the following files:
Generated on Sat Feb 19 22:51:17 2005 for npcore by  doxygen 1.4.1