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  

ElementNSImpl Class Reference

#include <ElementNSImpl.hpp>

Inheritance diagram for ElementNSImpl:

ElementImpl ChildAndParentNode Collaboration diagram for ElementNSImpl:

List of all members.

Public Methods

Protected Attributes


Detailed Description


Constructor & Destructor Documentation

ElementNSImpl::ElementNSImpl ( DocumentImpl * ownerDoc,
const DOMString & name)

ElementNSImpl::ElementNSImpl ( DocumentImpl * ownerDoc,
const DOMString & namespaceURI,
const DOMString & qualifiedName)

ElementNSImpl::ElementNSImpl ( const ElementNSImpl & other,
bool deep = false)


Member Function Documentation

virtual NodeImpl* ElementNSImpl::cloneNode ( bool deep) [virtual]

Reimplemented from ElementImpl.

virtual DOMString ElementNSImpl::getLocalName () [virtual]

virtual DOMString ElementNSImpl::getNamespaceURI () [virtual]

virtual DOMString ElementNSImpl::getPrefix () [virtual]

virtual void ElementNSImpl::setPrefix ( const DOMString & prefix) [virtual]


Member Data Documentation

DOMString ElementNSImpl::localName [protected]

DOMString ElementNSImpl::namespaceURI [protected]


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


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