Home | All Classes | Grouped Classes | Index | Search
DOM Node List class. More...
Derived from:
none
Derived by:
none
Group: Core (XML)
#include <ClanLib/core.h>
Construction:
Constructs a DOM NodeList handle. |
Attributes:
The number of nodes in the list. |
Operations:
Returns the indexth item in the collection. | |
Adds a CL_DomNode to the list. |
Detailed description:
!group=Core/XML! !header=core.h!The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.