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  

DeepNodeListImpl Class Reference

#include <DeepNodeListImpl.hpp>

Inheritance diagram for DeepNodeListImpl

Collaboration diagram for DeepNodeListImpl:

List of all members.

Public Methods

 DeepNodeListImpl (NodeImpl *rootNode, const DOMString &tagName)
 DeepNodeListImpl (NodeImpl *rootNode, const DOMString &namespaceURI, const DOMString &localName)
virtual ~DeepNodeListImpl ()
virtual unsigned int getLength ()
virtual NodeImplitem (unsigned int index)


Constructor & Destructor Documentation

DeepNodeListImpl::DeepNodeListImpl ( NodeImpl * rootNode,
const DOMString & tagName )

DeepNodeListImpl::DeepNodeListImpl ( NodeImpl * rootNode,
const DOMString & namespaceURI,
const DOMString & localName )

virtual DeepNodeListImpl::~DeepNodeListImpl ( ) [virtual]


Member Function Documentation

virtual unsigned int DeepNodeListImpl::getLength ( ) [virtual]

Reimplemented from NodeListImpl.

virtual NodeImpl* DeepNodeListImpl::item ( unsigned int index ) [virtual]

Reimplemented from NodeListImpl.


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


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