All Classes |Grouped Classes |Index

Class CL_DomNodeList

DOM Node List class. More...

Derived from:

None

Derived by:

None

Group:

XML (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_DomNodeList

Constructs a DOM NodeList handle.


Attributes:

get_length

The number of nodes in the list.


Operations:

item

Returns the indexth item in the collection.

add_item

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.