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

Collaboration diagram for ElementNSImpl:

List of all members.

Public Methods

 ElementNSImpl (DocumentImpl *ownerDoc, const DOMString &name)
 ElementNSImpl (DocumentImpl *ownerDoc, const DOMString &namespaceURI, const DOMString &qualifiedName)
 ElementNSImpl (const ElementNSImpl &other, bool deep=false)
virtual NodeImplcloneNode (bool deep)
virtual DOMString getNamespaceURI ()
virtual DOMString getPrefix ()
virtual DOMString getLocalName ()
virtual void setPrefix (const DOMString &prefix)

Protected Attributes

DOMString namespaceURI
DOMString localName


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.