Soprano::Error::Locator Class Reference
Details of a parser Error.
More...
#include <Soprano/Error/Locator>
List of all members.
Detailed Description
Details of a parser Error.
A Locator object provides additional information about parsing errors.
Definition at line 41 of file locator.h.
Constructor & Destructor Documentation
Soprano::Error::Locator::Locator |
( |
|
) |
|
Soprano::Error::Locator::Locator |
( |
int |
line, |
|
|
int |
column, |
|
|
int |
byte = -1 , |
|
|
const QString & |
filename = QString() | |
|
) |
| | |
Soprano::Error::Locator::Locator |
( |
const Locator & |
other |
) |
|
Soprano::Error::Locator::~Locator |
( |
|
) |
|
Member Function Documentation
int Soprano::Error::Locator::line |
( |
|
) |
const |
int Soprano::Error::Locator::column |
( |
|
) |
const |
int Soprano::Error::Locator::byte |
( |
|
) |
const |
QString Soprano::Error::Locator::fileName |
( |
|
) |
const |
void Soprano::Error::Locator::setLine |
( |
int |
line |
) |
|
void Soprano::Error::Locator::setColumn |
( |
int |
column |
) |
|
void Soprano::Error::Locator::setByte |
( |
int |
byte |
) |
|
void Soprano::Error::Locator::setFileName |
( |
const QString & |
fileName |
) |
|
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/soprano-2.3.1/soprano/locator.h