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/qdomentity.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qdomentity.html') diff --git a/doc/html/qdomentity.html b/doc/html/qdomentity.html index 21a5ae50..927b0344 100644 --- a/doc/html/qdomentity.html +++ b/doc/html/qdomentity.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

The TQDomEntity class represents an XML entity. More...

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

-

#include <qdom.h> +

#include <ntqdom.h>

Inherits TQDomNode.

List of all member functions.

Public Members

@@ -102,11 +102,11 @@ Returns TRUE. Returns EntityNode.

Reimplemented from TQDomNode. -

TQString TQDomEntity::notationName () const [virtual] +

TQString TQDomEntity::notationName () const [virtual]

For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns -TQString::null. +TQString::null.

TQDomEntity & TQDomEntity::operator= ( const TQDomEntity & x )

@@ -115,15 +115,15 @@ Assigns x to this DOM entity. will also change the other. If you want to make a deep copy, use cloneNode(). -

TQString TQDomEntity::publicId () const [virtual] +

TQString TQDomEntity::publicId () const [virtual]

Returns the public identifier associated with this entity. If the -public identifier was not specified TQString::null is returned. +public identifier was not specified TQString::null is returned. -

TQString TQDomEntity::systemId () const [virtual] +

TQString TQDomEntity::systemId () const [virtual]

Returns the system identifier associated with this entity. If the -system identifier was not specified TQString::null is returned. +system identifier was not specified TQString::null is returned.

-- cgit v1.2.1