Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QXmlStreamPrivateTagStack::Tag Struct Reference

#include <qxmlstream_p.h>

Collaboration diagram for QXmlStreamPrivateTagStack::Tag:

Public Attributes

XmlStringRef name
XmlStringRef qualifiedName
NamespaceDeclaration namespaceDeclaration
qsizetype tagStackStringStorageSize
qsizetype namespaceDeclarationsSize

Detailed Description

Definition at line 183 of file qxmlstream_p.h.

Member Data Documentation

◆ name

XmlStringRef QXmlStreamPrivateTagStack::Tag::name

◆ namespaceDeclaration

NamespaceDeclaration QXmlStreamPrivateTagStack::Tag::namespaceDeclaration

Definition at line 187 of file qxmlstream_p.h.

◆ namespaceDeclarationsSize

qsizetype QXmlStreamPrivateTagStack::Tag::namespaceDeclarationsSize

Definition at line 189 of file qxmlstream_p.h.

◆ qualifiedName

XmlStringRef QXmlStreamPrivateTagStack::Tag::qualifiedName

Definition at line 186 of file qxmlstream_p.h.

◆ tagStackStringStorageSize

qsizetype QXmlStreamPrivateTagStack::Tag::tagStackStringStorageSize

Definition at line 188 of file qxmlstream_p.h.


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