Soprano::Error::Locator Class Reference

Details of a parser Error. More...

#include <Soprano/Error/Locator>

List of all members.

Public Member Functions

 Locator ()
 Locator (int line, int column, int byte=-1, const QString &filename=QString())
 Locator (const Locator &other)
 ~Locator ()
Locatoroperator= (const Locator &other)
int line () const
int column () const
int byte () const
QString fileName () const
void setLine (int line)
void setColumn (int column)
void setByte (int byte)
void setFileName (const QString &fileName)


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

Locator& Soprano::Error::Locator::operator= ( const Locator other  ) 

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:

Generated on Tue Jul 22 17:39:36 2008 for Soprano by  doxygen 1.5.6