QXmlLocator Class

The QXmlLocator class provides the XML handler classes with information about the parsing position within a file. More...

Header: #include <QXmlLocator>
qmake: QT += xml

This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Note: All functions in this class are reentrant.

Detailed Description

The reader reports a QXmlLocator to the content handler before it starts to parse the document. This is done with the QXmlContentHandler::setDocumentLocator() function. The handler classes can now use this locator to get the position (lineNumber() and columnNumber()) that the reader has reached.