HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QXmlLocator Class Reference
[ XML module ]


The QXmlLocator class provides the XML handler classes with information about the actual parsing position. More...

#include <qxml.h>

List of all member functions.

Public Members


Detailed Description

The QXmlLocator class provides the XML handler classes with information about the actual parsing position.

The reader reports a QXmlLocator to the content handler before he starts to parse the document. This is done with the QXmlContentHandler::setDocumentLocator() function. The handler classes can now use this locator to get the actual position the reader is at.


Member Function Documentation

QXmlLocator::QXmlLocator ( QXmlSimpleReader * parent )

Constructor.

QXmlLocator::~QXmlLocator ()

Destructor.

int QXmlLocator::columnNumber ()

Gets the column number (starting with 1) or -1 if there is no column number available.

int QXmlLocator::lineNumber ()

Gets the line number (starting with 1) or -1 if there is no line number available.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.


Copyright İ 2000 TrolltechTrademarks
Qt version 2.2.1