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/tqdomnode.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/tqdomnode.html') diff --git a/doc/html/tqdomnode.html b/doc/html/tqdomnode.html index ad1b7ec3b..1bf210bf0 100644 --- a/doc/html/tqdomnode.html +++ b/doc/html/tqdomnode.html @@ -426,7 +426,7 @@ TQProcessingInstruction with toProcessingInst

See also toProcessingInstruction().

Reimplemented in TQDomProcessingInstruction. -

bool TQDomNode::isSupported ( const TQString & feature, const TQString & version ) const [virtual] +

bool TQDomNode::isSupported ( const TQString & feature, const TQString & version ) const [virtual]

Returns TRUE if the DOM implementation implements the feature feature and this feature is supported by this node in the version version; otherwise returns FALSE. @@ -447,26 +447,26 @@ Returns the last child of the node. If there is no child node, a returned node will also change the node in the document tree.

See also firstChild() and childNodes(). -

TQString TQDomNode::localName () const [virtual] +

TQString TQDomNode::localName () const [virtual]

If the node uses namespaces, this function returns the local name -of the node; otherwise it returns TQString::null. +of the node; otherwise it returns TQString::null.

Only nodes of type ElementNode or AttributeNode can have namespaces. A namespace must have been specified at creation time; it is not possible to add a namespace afterwards.

See also prefix(), namespaceURI(), TQDomDocument::createElementNS(), and TQDomDocument::createAttributeNS(). -

TQDomNode TQDomNode::namedItem ( const TQString & name ) const +

TQDomNode TQDomNode::namedItem ( const TQString & name ) const

Returns the first direct child node for which nodeName() equals name.

If no such direct child exists, a null node is returned.

See also nodeName(). -

TQString TQDomNode::namespaceURI () const [virtual] +

TQString TQDomNode::namespaceURI () const [virtual]

-Returns the namespace URI of this node or TQString::null if the +Returns the namespace URI of this node or TQString::null if the node has no namespace URI.

Only nodes of type ElementNode or AttributeNode can have @@ -490,7 +490,7 @@ return the node representing the <h2> tag.

See also previousSibling().

Example: xml/outliner/outlinetree.cpp. -

TQString TQDomNode::nodeName () const [virtual] +

TQString TQDomNode::nodeName () const [virtual]

Returns the name of the node.

The meaning of the name depends on the subclass: @@ -518,7 +518,7 @@ Returns the type of the node.

See also toAttr(), toCDATASection(), toDocumentFragment(), toDocument(), toDocumentType(), toElement(), toEntityReference(), toText(), toEntity(), toNotation(), toProcessingInstruction(), toCharacterData(), and toComment().

Reimplemented in TQDomDocumentType, TQDomDocument, TQDomDocumentFragment, TQDomCharacterData, TQDomAttr, TQDomElement, TQDomNotation, TQDomEntity, TQDomEntityReference, and TQDomProcessingInstruction. -

TQString TQDomNode::nodeValue () const [virtual] +

TQString TQDomNode::nodeValue () const [virtual]

Returns the value of the node.

The meaning of the value depends on the subclass: @@ -531,7 +531,7 @@ Returns the value of the node. TQDomText The text

All the other subclasses do not have a node value and will return -TQString::null. +TQString::null.

See also setNodeValue() and nodeName().

Example: xml/outliner/outlinetree.cpp. @@ -568,9 +568,9 @@ Returns the document to which this node belongs. Returns the parent node. If this node has no parent, a null node is returned (i.e. a node for which isNull() returns TRUE). -

TQString TQDomNode::prefix () const [virtual] +

TQString TQDomNode::prefix () const [virtual]

-Returns the namespace prefix of the node or TQString::null if the +Returns the namespace prefix of the node or TQString::null if the node has no namespace prefix.

Only nodes of type ElementNode or AttributeNode can have @@ -626,12 +626,12 @@ Writes the XML representation of the node and all its children to the stream str. This function uses indent as the amount of space to indent the node. -

void TQDomNode::setNodeValue ( const TQString & v ) [virtual] +

void TQDomNode::setNodeValue ( const TQString & v ) [virtual]

Sets the node's value to v.

See also nodeValue(). -

void TQDomNode::setPrefix ( const TQString & pre ) [virtual] +

void TQDomNode::setPrefix ( const TQString & pre ) [virtual]

If the node has a namespace prefix, this function changes the namespace prefix of the node to pre. Otherwise this function -- cgit v1.2.3