From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qdomprocessinginstruction.html | 134 ++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 doc/html/qdomprocessinginstruction.html (limited to 'doc/html/qdomprocessinginstruction.html') diff --git a/doc/html/qdomprocessinginstruction.html b/doc/html/qdomprocessinginstruction.html new file mode 100644 index 000000000..17ccf6396 --- /dev/null +++ b/doc/html/qdomprocessinginstruction.html @@ -0,0 +1,134 @@ + + + + + +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 <qdom.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