Qt 4.8
Public Functions | Public Variables | List of all members
QXmlParseExceptionPrivate Class Reference

Public Functions

 QXmlParseExceptionPrivate ()
 
 QXmlParseExceptionPrivate (const QXmlParseExceptionPrivate &other)
 

Public Variables

int column
 
int line
 
QString msg
 
QString pub
 
QString sys
 

Detailed Description

Definition at line 245 of file qxml.cpp.

Constructors and Destructors

◆ QXmlParseExceptionPrivate() [1/2]

QXmlParseExceptionPrivate::QXmlParseExceptionPrivate ( )
inline

Definition at line 248 of file qxml.cpp.

249  : column(-1), line(-1)
250  {
251  }

◆ QXmlParseExceptionPrivate() [2/2]

QXmlParseExceptionPrivate::QXmlParseExceptionPrivate ( const QXmlParseExceptionPrivate other)
inline

Definition at line 252 of file qxml.cpp.

253  : msg(other.msg), column(other.column), line(other.line),
254  pub(other.pub), sys(other.sys)
255  {
256  }

Properties

◆ column

int QXmlParseExceptionPrivate::column

Definition at line 259 of file qxml.cpp.

Referenced by QXmlParseException::columnNumber().

◆ line

int QXmlParseExceptionPrivate::line

Definition at line 260 of file qxml.cpp.

Referenced by QXmlParseException::lineNumber().

◆ msg

QString QXmlParseExceptionPrivate::msg

Definition at line 258 of file qxml.cpp.

Referenced by QXmlParseException::message().

◆ pub

QString QXmlParseExceptionPrivate::pub

Definition at line 261 of file qxml.cpp.

Referenced by QXmlParseException::publicId().

◆ sys

QString QXmlParseExceptionPrivate::sys

Definition at line 262 of file qxml.cpp.

Referenced by QXmlParseException::systemId().


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