From 1702a6daff27f5d3e6fdac16962d1828df6ca270 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 May 2024 12:36:05 +0900 Subject: Rename nt* dom and xml related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qdomprocessinginstruction.html | 134 -------------------------------- 1 file changed, 134 deletions(-) delete mode 100644 doc/html/qdomprocessinginstruction.html (limited to 'doc/html/qdomprocessinginstruction.html') diff --git a/doc/html/qdomprocessinginstruction.html b/doc/html/qdomprocessinginstruction.html deleted file mode 100644 index fa5686bd4..000000000 --- a/doc/html/qdomprocessinginstruction.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -TQDomProcessingInstruction Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQDomProcessingInstruction Class Reference
[XML module]

- -

The TQDomProcessingInstruction class represents an XML processing -instruction. -More... -

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

-

#include <ntqdom.h> -

Inherits TQDomNode. -

List of all member functions. -

Public Members

- -

Detailed Description

- - - -The TQDomProcessingInstruction class represents an XML processing -instruction. - -

- -

Processing instructions are used in XML to keep processor-specific -information in the text of the document. -

The content of the processing instruction is retrieved with data() -and set with setData(). The processing instruction's target is -retrieved with target(). -

For further information about the Document Object Model see -http://www.w3.org/TR/REC-DOM-Level-1/ and -http://www.w3.org/TR/DOM-Level-2-Core/. -For a more general introduction of the DOM implementation see the -TQDomDocument documentation. -

See also XML. - -


Member Function Documentation

-

TQDomProcessingInstruction::TQDomProcessingInstruction () -

-Constructs an empty processing instruction. Use -TQDomDocument::createProcessingInstruction() to create a processing -instruction with content. - -

TQDomProcessingInstruction::TQDomProcessingInstruction ( const TQDomProcessingInstruction & x ) -

-Constructs a copy of x. -

The data of the copy is shared (shallow copy): modifying one node -will also change the other. If you want to make a deep copy, use -cloneNode(). - -

TQDomProcessingInstruction::~TQDomProcessingInstruction () -

-Destroys the object and frees its resources. - -

TQString TQDomProcessingInstruction::data () const [virtual] -

-Returns the content of this processing instruction. -

See also setData() and target(). - -

bool TQDomProcessingInstruction::isProcessingInstruction () const [virtual] -

-Returns TRUE. - -

Reimplemented from TQDomNode. -

TQDomNode::NodeType TQDomProcessingInstruction::nodeType () const [virtual] -

-Returns ProcessingInstructionNode. - -

Reimplemented from TQDomNode. -

TQDomProcessingInstruction & TQDomProcessingInstruction::operator= ( const TQDomProcessingInstruction & x ) -

-Assigns x to this processing instruction. -

The data of the copy is shared (shallow copy): modifying one node -will also change the other. If you want to make a deep copy, use -cloneNode(). - -

void TQDomProcessingInstruction::setData ( const TQString & d ) [virtual] -

-Sets the data contained in the processing instruction to d. -

See also data(). - -

TQString TQDomProcessingInstruction::target () const [virtual] -

-Returns the target of this processing instruction. -

See also data(). - - -


-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.3