http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RefArrayEnumerator Class Reference

#include <RefArrayOf.hpp>

Inheritance diagram for RefArrayEnumerator

Collaboration diagram for RefArrayEnumerator:

List of all members.

Public Methods

 RefArrayEnumerator ( RefArrayOf<TElem>* const toEnum , const bool adopt = false )
 ~RefArrayEnumerator ()
bool hasMoreElements () const
TElem& nextElement ()
void Reset ()


Constructor & Destructor Documentation

template<class TElem>
RefArrayEnumerator<TElem>::RefArrayEnumerator<TElem> ( RefArrayOf<TElem>* const toEnum,
const bool adopt = false )

template<class TElem>
RefArrayEnumerator<TElem>::~RefArrayEnumerator<TElem> ( )


Member Function Documentation

template<class TElem>
void RefArrayEnumerator<TElem>::Reset ( ) [virtual]

Reimplemented from XMLEnumerator.

template<class TElem>
bool RefArrayEnumerator<TElem>::hasMoreElements ( ) const [virtual]

Reimplemented from XMLEnumerator.

template<class TElem>
TElem& RefArrayEnumerator<TElem>::nextElement ( ) [virtual]

Reimplemented from XMLEnumerator.


The documentation for this class was generated from the following file:


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.