DOM Node List class. More...
Derived from: | None |
Derived by: | None |
Group: | XML (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
Constructs a DOM NodeList handle. |
| |
The number of nodes in the list. |
| |
Returns the indexth item in the collection. | |
Adds a CL_DomNode to the list. |
Detailed description:
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.