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 Class Reference

#include <qxmlstream_p.h>

Collaboration diagram for QXmlStreamPrivateTagStack:

Classes

struct  NamespaceDeclaration
struct  Tag

Public Member Functions

 QXmlStreamPrivateTagStack ()
XmlStringRef addToStringStorage (QAnyStringView s)
Tag tagStack_pop ()
TagtagStack_push ()

Public Attributes

QXmlStreamSimpleStack< NamespaceDeclarationnamespaceDeclarations
QString tagStackStringStorage
qsizetype tagStackStringStorageSize
qsizetype initialTagStackStringStorageSize
bool tagsDone
QXmlStreamSimpleStack< TagtagStack

Detailed Description

Definition at line 175 of file qxmlstream_p.h.

Constructor & Destructor Documentation

◆ QXmlStreamPrivateTagStack()

QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStack ( )

Member Function Documentation

◆ addToStringStorage()

XmlStringRef QXmlStreamPrivateTagStack::addToStringStorage ( QAnyStringView s)
inline

Definition at line 200 of file qxmlstream_p.h.

◆ tagStack_pop()

Tag QXmlStreamPrivateTagStack::tagStack_pop ( )
inline

Definition at line 214 of file qxmlstream_p.h.

◆ tagStack_push()

Tag & QXmlStreamPrivateTagStack::tagStack_push ( )
inline

Definition at line 221 of file qxmlstream_p.h.

Member Data Documentation

◆ initialTagStackStringStorageSize

qsizetype QXmlStreamPrivateTagStack::initialTagStackStringStorageSize

Definition at line 197 of file qxmlstream_p.h.

◆ namespaceDeclarations

QXmlStreamSimpleStack<NamespaceDeclaration> QXmlStreamPrivateTagStack::namespaceDeclarations

Definition at line 194 of file qxmlstream_p.h.

◆ tagsDone

bool QXmlStreamPrivateTagStack::tagsDone

Definition at line 198 of file qxmlstream_p.h.

◆ tagStack

QXmlStreamSimpleStack<Tag> QXmlStreamPrivateTagStack::tagStack

Definition at line 211 of file qxmlstream_p.h.

◆ tagStackStringStorage

QString QXmlStreamPrivateTagStack::tagStackStringStorage

Definition at line 195 of file qxmlstream_p.h.

◆ tagStackStringStorageSize

qsizetype QXmlStreamPrivateTagStack::tagStackStringStorageSize

Definition at line 196 of file qxmlstream_p.h.


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