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  

AttrNSImpl Class Reference

#include <AttrNSImpl.hpp>

Inheritance diagram for AttrNSImpl

Collaboration diagram for AttrNSImpl:

List of all members.

Public Methods

 AttrNSImpl (DocumentImpl *ownerDoc, const DOMString &name)
 AttrNSImpl (DocumentImpl *ownerDoc, const DOMString &namespaceURI, const DOMString &qualifiedName)
 AttrNSImpl (const AttrNSImpl &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

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

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

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


Member Function Documentation

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

Reimplemented from AttrImpl.

virtual DOMString AttrNSImpl::getLocalName ( ) [virtual]

Reimplemented from NodeImpl.

virtual DOMString AttrNSImpl::getNamespaceURI ( ) [virtual]

Reimplemented from NodeImpl.

virtual DOMString AttrNSImpl::getPrefix ( ) [virtual]

Reimplemented from NodeImpl.

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

Reimplemented from NodeImpl.


Member Data Documentation

DOMString AttrNSImpl::localName [protected]

DOMString AttrNSImpl::namespaceURI [protected]


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


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