#include <Fl_XmlNode_List.h>
Inheritance diagram for Fl_XmlNode_List:

Public Methods | |
| Fl_XmlNode_List () | |
| Fl_XmlNode * | item (unsigned index) const |
| Fl_XmlNode * | operator[] (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) |
Definition at line 17 of file Fl_XmlNode_List.h.
1.2.15