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 206 of file qxmlstream_p.h.

Member Data Documentation

◆ name

XmlStringRef QXmlStreamPrivateTagStack::Tag::name

◆ namespaceDeclaration

NamespaceDeclaration QXmlStreamPrivateTagStack::Tag::namespaceDeclaration

Definition at line 210 of file qxmlstream_p.h.

◆ namespaceDeclarationsSize

qsizetype QXmlStreamPrivateTagStack::Tag::namespaceDeclarationsSize

Definition at line 212 of file qxmlstream_p.h.

◆ qualifiedName

XmlStringRef QXmlStreamPrivateTagStack::Tag::qualifiedName

Definition at line 209 of file qxmlstream_p.h.

◆ tagStackStringStorageSize

qsizetype QXmlStreamPrivateTagStack::Tag::tagStackStringStorageSize

Definition at line 211 of file qxmlstream_p.h.


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