The QXmlLocator class provides the XML handler classes with information about the actual parsing position. More...
#include <qxml.h>
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.
Constructor.
Destructor.
Gets the column number (starting with 1) or -1 if there is no column number available.
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 Trolltech | Trademarks | Qt version 2.2.1
|