Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QXmlStreamReaderPrivate::DtdAttribute Struct Reference

#include <qxmlstream_p.h>

+ Collaboration diagram for QXmlStreamReaderPrivate::DtdAttribute:

Public Attributes

XmlStringRef tagName
 
XmlStringRef attributeQualifiedName
 
XmlStringRef attributePrefix
 
XmlStringRef attributeName
 
XmlStringRef defaultValue
 
bool isCDATA
 
bool isNamespaceAttribute
 

Detailed Description

Definition at line 340 of file qxmlstream_p.h.

Member Data Documentation

◆ attributeName

XmlStringRef QXmlStreamReaderPrivate::DtdAttribute::attributeName

Definition at line 344 of file qxmlstream_p.h.

◆ attributePrefix

XmlStringRef QXmlStreamReaderPrivate::DtdAttribute::attributePrefix

Definition at line 343 of file qxmlstream_p.h.

◆ attributeQualifiedName

XmlStringRef QXmlStreamReaderPrivate::DtdAttribute::attributeQualifiedName

Definition at line 342 of file qxmlstream_p.h.

◆ defaultValue

XmlStringRef QXmlStreamReaderPrivate::DtdAttribute::defaultValue

Definition at line 345 of file qxmlstream_p.h.

◆ isCDATA

bool QXmlStreamReaderPrivate::DtdAttribute::isCDATA

Definition at line 346 of file qxmlstream_p.h.

◆ isNamespaceAttribute

bool QXmlStreamReaderPrivate::DtdAttribute::isNamespaceAttribute

Definition at line 347 of file qxmlstream_p.h.

◆ tagName

XmlStringRef QXmlStreamReaderPrivate::DtdAttribute::tagName

Definition at line 341 of file qxmlstream_p.h.


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