Qt 4.8
Public Variables | List of all members
QXmlInputSourcePrivate Class Reference

Public Variables

QTextDecoderencMapper
 
QByteArray encodingDeclBytes
 
QString encodingDeclChars
 
QIODeviceinputDevice
 
QTextStreaminputStream
 
int length
 
bool lookingForEncodingDecl
 
bool nextReturnedEndOfData
 
int pos
 
QString str
 
const QCharunicode
 

Detailed Description

Definition at line 226 of file qxml.cpp.

Properties

◆ encMapper

QTextDecoder* QXmlInputSourcePrivate::encMapper

Definition at line 238 of file qxml.cpp.

◆ encodingDeclBytes

QByteArray QXmlInputSourcePrivate::encodingDeclBytes

Definition at line 241 of file qxml.cpp.

◆ encodingDeclChars

QString QXmlInputSourcePrivate::encodingDeclChars

Definition at line 242 of file qxml.cpp.

◆ inputDevice

QIODevice* QXmlInputSourcePrivate::inputDevice

Definition at line 229 of file qxml.cpp.

◆ inputStream

QTextStream* QXmlInputSourcePrivate::inputStream

Definition at line 230 of file qxml.cpp.

◆ length

int QXmlInputSourcePrivate::length

Definition at line 235 of file qxml.cpp.

◆ lookingForEncodingDecl

bool QXmlInputSourcePrivate::lookingForEncodingDecl

Definition at line 243 of file qxml.cpp.

◆ nextReturnedEndOfData

bool QXmlInputSourcePrivate::nextReturnedEndOfData

Definition at line 236 of file qxml.cpp.

Referenced by QXmlInputSource::data().

◆ pos

int QXmlInputSourcePrivate::pos

Definition at line 234 of file qxml.cpp.

◆ str

QString QXmlInputSourcePrivate::str

Definition at line 232 of file qxml.cpp.

◆ unicode

const QChar* QXmlInputSourcePrivate::unicode

Definition at line 233 of file qxml.cpp.


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