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

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

DOMImplementationSource Class Reference

List of all members.

Public Methods

Destructor
virtual ~DOMImplementationSource ()
 Destructor. More...

Functions introduced in DOM Level 3
virtual DOMImplementationgetDOMImplementation (const XMLCh *features) const=0
 A method to request a DOM implementation. More...


Protected Methods

Hidden constructors
 DOMImplementationSource ()

Constructor & Destructor Documentation

DOMImplementationSource::DOMImplementationSource   [protected]
 

virtual DOMImplementationSource::~DOMImplementationSource   [virtual]
 

Destructor.


Member Function Documentation

virtual DOMImplementation* DOMImplementationSource::getDOMImplementation const XMLCh *    features const [pure virtual]
 

A method to request a DOM implementation.

"Experimental - subject to change"

Parameters:
features  A string that specifies which features are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 1.0 Traversal 2.0"
Returns:
An implementation that has the desired features, or null if this source has none.
Since:
DOM Level 3


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


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