Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_XmlNode_List Class Reference
[eFLTK XML module]

The Fl_XmlNode_List interface provides the an ordered collection of nodes, The items in the NodeList are accessible via an integral index, starting from 0. More...

#include <Fl_XmlNode_List.h>

Inheritance diagram for Fl_XmlNode_List:

Fl_Ptr_List List of all members.

Public Methods

 Fl_XmlNode_List ()
Fl_XmlNodeitem (unsigned index) const
Fl_XmlNodeoperator[] (unsigned index) const
void append (Fl_XmlNode *item)
void prepend (Fl_XmlNode *item)
void insert (uint pos, Fl_XmlNode *item)
void replace (uint pos, Fl_XmlNode *item)
void remove (uint pos)
bool remove (Fl_XmlNode *item)
int index_of (const Fl_XmlNode *w) const
Fl_XmlNode ** data ()

Protected Methods

void free_item (Fl_XmlNode *item)

Detailed Description

The Fl_XmlNode_List interface provides the an ordered collection of nodes, The items in the NodeList are accessible via an integral index, starting from 0.

Definition at line 17 of file Fl_XmlNode_List.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:58 2003 for eFLTK by doxygen1.2.15