From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qxmlcontenthandler.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/qxmlcontenthandler.html') diff --git a/doc/html/qxmlcontenthandler.html b/doc/html/qxmlcontenthandler.html index 9b914abd9..3aeec1313 100644 --- a/doc/html/qxmlcontenthandler.html +++ b/doc/html/qxmlcontenthandler.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } report the logical content of XML data. More...

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

-

#include <qxml.h> +

#include <ntqxml.h>

Inherited by TQXmlDefaultHandler.

List of all member functions.

Public Members

@@ -90,7 +90,7 @@ is called. At the beginning of prefix-URI scopes

See also TQXmlDTDHandler, TQXmlDeclHandler, TQXmlEntityResolver, TQXmlErrorHandler, TQXmlLexicalHandler, and XML.


Member Function Documentation

-

bool TQXmlContentHandler::characters ( const TQString & ch ) [pure virtual] +

bool TQXmlContentHandler::characters ( const TQString & ch ) [pure virtual]

The reader calls this function when it has parsed a chunk of @@ -120,7 +120,7 @@ reports an error. The reader uses the function errorStrin get the error message.

See also startDocument(). -

bool TQXmlContentHandler::endElement ( const TQString & namespaceURI, const TQString & localName, const TQString & qName ) [pure virtual] +

bool TQXmlContentHandler::endElement ( const TQString & namespaceURI, const TQString & localName, const TQString & qName ) [pure virtual]

The reader calls this function when it has parsed an end element @@ -133,7 +133,7 @@ get the error message.

See also startElement().

Example: xml/tagreader/structureparser.cpp. -

bool TQXmlContentHandler::endPrefixMapping ( const TQString & prefix ) [pure virtual] +

bool TQXmlContentHandler::endPrefixMapping ( const TQString & prefix ) [pure virtual]

The reader calls this function to signal the end of a prefix @@ -144,13 +144,13 @@ get the error message.

See also the namespace description.

See also startPrefixMapping(). -

TQString TQXmlContentHandler::errorString () [pure virtual] +

TQString TQXmlContentHandler::errorString () [pure virtual]

The reader calls this function to get an error string, e.g. if any of the handler functions returns FALSE. -

bool TQXmlContentHandler::ignorableWhitespace ( const TQString & ch ) [pure virtual] +

bool TQXmlContentHandler::ignorableWhitespace ( const TQString & ch ) [pure virtual]

Some readers may use this function to report each chunk of @@ -159,7 +159,7 @@ whitespace in element content. The whitespace is reported in ch. reports an error. The reader uses the function errorString() to get the error message. -

bool TQXmlContentHandler::processingInstruction ( const TQString & target, const TQString & data ) [pure virtual] +

bool TQXmlContentHandler::processingInstruction ( const TQString & target, const TQString & data ) [pure virtual]

The reader calls this function when it has parsed a processing @@ -180,7 +180,7 @@ the document. destroyed. (Do not use the locator after the reader is destroyed). -

bool TQXmlContentHandler::skippedEntity ( const TQString & name ) [pure virtual] +

bool TQXmlContentHandler::skippedEntity ( const TQString & name ) [pure virtual]

Some readers may skip entities if they have not seen the @@ -204,7 +204,7 @@ get the error message.

See also endDocument().

Example: xml/tagreader/structureparser.cpp. -

bool TQXmlContentHandler::startElement ( const TQString & namespaceURI, const TQString & localName, const TQString & qName, const TQXmlAttributes & atts ) [pure virtual] +

bool TQXmlContentHandler::startElement ( const TQString & namespaceURI, const TQString & localName, const TQString & qName, const TQXmlAttributes & atts ) [pure virtual]

The reader calls this function when it has parsed a start element @@ -219,7 +219,7 @@ values. The attribute list contains attributes used for namespace declaration (i.e. attributes starting with xmlns) only if the namespace-prefix property of the reader is TRUE.

The argument namespaceURI is the namespace URI, or -TQString::null if the element has no namespace URI or if no +TQString::null if the element has no namespace URI or if no namespace processing is done. localName is the local name (without prefix), or TQString::null if no namespace processing is done, qName is the qualified name (with prefix) and atts are @@ -232,7 +232,7 @@ get the error message.

See also endElement().

Example: xml/tagreader/structureparser.cpp. -

bool TQXmlContentHandler::startPrefixMapping ( const TQString & prefix, const TQString & uri ) [pure virtual] +

bool TQXmlContentHandler::startPrefixMapping ( const TQString & prefix, const TQString & uri ) [pure virtual]

The reader calls this function to signal the begin of a prefix-URI -- cgit v1.2.1