From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqxmlcontenthandler.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/tqxmlcontenthandler.html') diff --git a/doc/html/tqxmlcontenthandler.html b/doc/html/tqxmlcontenthandler.html index 5ce191db..d0bcaa3b 100644 --- a/doc/html/tqxmlcontenthandler.html +++ b/doc/html/tqxmlcontenthandler.html @@ -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