wxDOMNodeList - Kirix Documentation

Developer Resources

wxDOMNodeList

Overview

The wxDOMNodeList class encapsulates a DOM node list.

Constructor

wxDOMNodeList::wxDOMNodeList()

Methods

wxDOMNodeList::GetLength
wxDOMNodeList::IsOk
wxDOMNodeList::Item

wxDOMNodeList::GetLength

size_t wxDOMNodeList::GetLength()

wxDOMNodeList::IsOk

bool wxDOMNodeList::IsOk() const

Returns

Returns true if the DOM Node List is valid, and false otherwise.

wxDOMNodeList::Item

wxDOMNode wxDOMNodeList::Item(size_t idx)