Qt 4.8
Public Functions | Public Variables | List of all members
QXmlNamespaceSupportPrivate Class Reference

Public Functions

 QXmlNamespaceSupportPrivate ()
 
 ~QXmlNamespaceSupportPrivate ()
 

Public Variables

NamespaceMap ns
 
QStack< NamespaceMapnsStack
 

Detailed Description

Definition at line 723 of file qxml.cpp.

Constructors and Destructors

◆ QXmlNamespaceSupportPrivate()

QXmlNamespaceSupportPrivate::QXmlNamespaceSupportPrivate ( )
inline

Definition at line 726 of file qxml.cpp.

727  {
728  ns.insert(QLatin1String("xml"), QLatin1String("http://www.w3.org/XML/1998/namespace")); // the XML namespace
729  }
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
iterator insert(const Key &key, const T &value)
Inserts a new item with the key key and a value of value.
Definition: qmap.h:559

◆ ~QXmlNamespaceSupportPrivate()

QXmlNamespaceSupportPrivate::~QXmlNamespaceSupportPrivate ( )
inline

Definition at line 731 of file qxml.cpp.

732  {
733  }

Properties

◆ ns

NamespaceMap QXmlNamespaceSupportPrivate::ns

Definition at line 736 of file qxml.cpp.

Referenced by QXmlSimpleReaderPrivate::processElementETagBegin2().

◆ nsStack

QStack<NamespaceMap> QXmlNamespaceSupportPrivate::nsStack

Definition at line 735 of file qxml.cpp.


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