Qt 4.8
Public Functions | Public Variables | List of all members
QXmlStreamReaderPrivate::EntityDeclaration Struct Reference

#include <qxmlstream_p.h>

Public Functions

void clear ()
 

Public Variables

bool external
 
QStringRef name
 
QStringRef notationName
 
bool parameter
 
QStringRef publicId
 
QStringRef systemId
 
QStringRef value
 

Detailed Description

Definition at line 841 of file qxmlstream_p.h.

Functions

◆ clear()

void QXmlStreamReaderPrivate::EntityDeclaration::clear ( )
inline

Definition at line 849 of file qxmlstream_p.h.

Referenced by QXmlStreamReaderPrivate::parse().

Properties

◆ external

bool QXmlStreamReaderPrivate::EntityDeclaration::external

Definition at line 848 of file qxmlstream_p.h.

Referenced by QXmlStreamReaderPrivate::parse().

◆ name

QStringRef QXmlStreamReaderPrivate::EntityDeclaration::name

◆ notationName

QStringRef QXmlStreamReaderPrivate::EntityDeclaration::notationName

◆ parameter

bool QXmlStreamReaderPrivate::EntityDeclaration::parameter

Definition at line 847 of file qxmlstream_p.h.

Referenced by QXmlStreamReaderPrivate::parse().

◆ publicId

QStringRef QXmlStreamReaderPrivate::EntityDeclaration::publicId

◆ systemId

QStringRef QXmlStreamReaderPrivate::EntityDeclaration::systemId

◆ value

QStringRef QXmlStreamReaderPrivate::EntityDeclaration::value

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