#include <DOM.hpp>
Public Member Functions | |
| const Node * | item (const uint32 index) throw () |
| Get the item at the given position. | |
| NodeList (const NodeList ©) | |
| A copy constructor. | |
| NodeList (DOMTree::Node *parentPtr) | |
| Emtpy node list. | |
| NodeList (DOMTree::Node &parentNode) | |
| The constructor. | |
| virtual | ~NodeList () |
| The destructor. | |
Public Attributes | |
| const uint32 | length |
| This list length. | |
| DOM::NodeList::NodeList | ( | DOMTree::Node & | parentNode | ) | [inline] |
The constructor.
| DOM::NodeList::NodeList | ( | DOMTree::Node * | parentPtr | ) | [inline] |
Emtpy node list.
| DOM::NodeList::NodeList | ( | const NodeList & | copy | ) | [inline] |
A copy constructor.
| virtual DOM::NodeList::~NodeList | ( | ) | [inline, virtual] |
The destructor.
| const Node* DOM::NodeList::item | ( | const uint32 | index | ) | throw () [inline] |
| const uint32 DOM::NodeList::length |
This list length.
