KHTML
#include <XPathNamespaceImpl.h>
Inherits NodeImpl.
Public Member Functions | |
XPathNamespaceImpl (DocumentImpl *ptr, DOMStringImpl *prefix, DOMStringImpl *uri) | |
XPathNamespaceImpl (const XPathNamespaceImpl &other) | |
virtual | ~XPathNamespaceImpl () |
virtual const AtomicString & | namespaceURI () const |
virtual DOMString | nodeName () const |
virtual unsigned short | nodeType () const |
XPathNamespaceImpl & | operator= (const XPathNamespaceImpl &rhs) |
virtual DocumentImpl * | ownerDocument () const |
virtual ElementImpl * | ownerElement () const |
virtual const AtomicString & | prefix () const |
Detailed Description
Definition at line 35 of file XPathNamespaceImpl.h.
Constructor & Destructor Documentation
XPathNamespaceImpl::XPathNamespaceImpl | ( | DocumentImpl * | ptr, |
DOMStringImpl * | prefix, | ||
DOMStringImpl * | uri | ||
) |
Definition at line 32 of file XPathNamespaceImpl.cpp.
XPathNamespaceImpl::XPathNamespaceImpl | ( | const XPathNamespaceImpl & | other | ) |
Definition at line 40 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 47 of file XPathNamespaceImpl.cpp.
Member Function Documentation
|
virtual |
Definition at line 79 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 74 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 84 of file XPathNamespaceImpl.cpp.
XPathNamespaceImpl & XPathNamespaceImpl::operator= | ( | const XPathNamespaceImpl & | rhs | ) |
Definition at line 51 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 58 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 63 of file XPathNamespaceImpl.cpp.
|
virtual |
Definition at line 69 of file XPathNamespaceImpl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.