From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qxmllocator.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 doc/html/qxmllocator.html (limited to 'doc/html/qxmllocator.html') diff --git a/doc/html/qxmllocator.html b/doc/html/qxmllocator.html new file mode 100644 index 0000000..13f5736 --- /dev/null +++ b/doc/html/qxmllocator.html @@ -0,0 +1,94 @@ + + + + + +QXmlLocator Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QXmlLocator Class Reference
[XML module]

+ +

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

All the functions in this class are reentrant when Qt is built with thread support.

+

#include <qxml.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

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

+ +

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. +

See also XML. + +


Member Function Documentation

+

QXmlLocator::QXmlLocator () +

+Constructor. + +

QXmlLocator::~QXmlLocator () [virtual] +

+Destructor. + +

int QXmlLocator::columnNumber () [pure virtual] +

+ +

Returns the column number (starting at 1) or -1 if there is no +column number available. + +

int QXmlLocator::lineNumber () [pure virtual] +

+ +

Returns the line number (starting at 1) or -1 if there is no line +number available. + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3