From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdomnode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdomnode.html') diff --git a/doc/html/tqdomnode.html b/doc/html/tqdomnode.html index 1bf210bf0..28217cbd4 100644 --- a/doc/html/tqdomnode.html +++ b/doc/html/tqdomnode.html @@ -620,7 +620,7 @@ replaced by all of the children of the fragment.

Returns a new reference to oldChild on success or a null node an failure.

See also insertBefore(), insertAfter(), removeChild(), and appendChild(). -

void TQDomNode::save ( TQTextStream & str, int indent ) const +

void TQDomNode::save ( TQTextStream & str, int indent ) const

Writes the XML representation of the node and all its children to the stream str. This function uses indent as the amount of @@ -722,7 +722,7 @@ the returned object will be null.

See also isText().


Related Functions

-

TQTextStream & operator<< ( TQTextStream & str, const TQDomNode & node ) +

TQTextStream & operator<< ( TQTextStream & str, const TQDomNode & node )

Writes the XML representation of the node node and all its -- cgit v1.2.3