From 1702a6daff27f5d3e6fdac16962d1828df6ca270 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 May 2024 12:36:05 +0900 Subject: Rename nt* dom and xml related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqxmllocator.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 doc/html/tqxmllocator.html (limited to 'doc/html/tqxmllocator.html') diff --git a/doc/html/tqxmllocator.html b/doc/html/tqxmllocator.html new file mode 100644 index 000000000..eb02a37d2 --- /dev/null +++ b/doc/html/tqxmllocator.html @@ -0,0 +1,94 @@ + + + + + +TQXmlLocator Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQXmlLocator Class Reference
[XML module]

+ +

The TQXmlLocator 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 TQt is built with thread support.

+

#include <tqxml.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

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

+ +

The reader reports a TQXmlLocator to the content handler before it +starts to parse the document. This is done with the +TQXmlContentHandler::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

+

TQXmlLocator::TQXmlLocator () +

+Constructor. + +

TQXmlLocator::~TQXmlLocator () [virtual] +

+Destructor. + +

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

+ +

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

int TQXmlLocator::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 TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1