Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDomProcessingInstructionPrivate Class Reference

#include <qdom_p.h>

+ Inheritance diagram for QDomProcessingInstructionPrivate:
+ Collaboration diagram for QDomProcessingInstructionPrivate:

Public Member Functions

 QDomProcessingInstructionPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &target, const QString &data)
 
 QDomProcessingInstructionPrivate (QDomProcessingInstructionPrivate *n, bool deep)
 
QDomNodePrivatecloneNode (bool deep=true) override
 
QDomNode::NodeType nodeType () const override
 
virtual void save (QTextStream &s, int, int) const override
 
- Public Member Functions inherited from QDomNodePrivate
 QDomNodePrivate (QDomDocumentPrivate *, QDomNodePrivate *parent=nullptr)
 
 QDomNodePrivate (QDomNodePrivate *n, bool deep)
 
virtual ~QDomNodePrivate ()
 
QString nodeName () const
 
QString nodeValue () const
 
virtual void setNodeValue (const QString &v)
 
QDomDocumentPrivateownerDocument ()
 
void setOwnerDocument (QDomDocumentPrivate *doc)
 
virtual QDomNodePrivateinsertBefore (QDomNodePrivate *newChild, QDomNodePrivate *refChild)
 
virtual QDomNodePrivateinsertAfter (QDomNodePrivate *newChild, QDomNodePrivate *refChild)
 
virtual QDomNodePrivatereplaceChild (QDomNodePrivate *newChild, QDomNodePrivate *oldChild)
 
virtual QDomNodePrivateremoveChild (QDomNodePrivate *oldChild)
 
virtual QDomNodePrivateappendChild (QDomNodePrivate *newChild)
 
QDomNodePrivatenamedItem (const QString &name)
 
virtual void normalize ()
 
virtual void clear ()
 
QDomNodePrivateparent () const
 
void setParent (QDomNodePrivate *p)
 
void setNoParent ()
 
bool isAttr () const
 
bool isCDATASection () const
 
bool isDocumentFragment () const
 
bool isDocument () const
 
bool isDocumentType () const
 
bool isElement () const
 
bool isEntityReference () const
 
bool isText () const
 
bool isEntity () const
 
bool isNotation () const
 
bool isProcessingInstruction () const
 
bool isCharacterData () const
 
bool isComment () const
 
void setLocation (int lineNumber, int columnNumber)
 

Additional Inherited Members

- Public Attributes inherited from QDomNodePrivate
QAtomicInt ref
 
QDomNodePrivateprev
 
QDomNodePrivatenext
 
QDomNodePrivateownerNode
 
QDomNodePrivatefirst
 
QDomNodePrivatelast
 
QString name
 
QString value
 
QString prefix
 
QString namespaceURI
 
bool createdWithDom1Interface: 1
 
bool hasParent: 1
 
int lineNumber
 
int columnNumber
 

Detailed Description

Definition at line 407 of file qdom_p.h.

Constructor & Destructor Documentation

◆ QDomProcessingInstructionPrivate() [1/2]

QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate ( QDomDocumentPrivate * d,
QDomNodePrivate * parent,
const QString & target,
const QString & data )

Definition at line 5458 of file qdom.cpp.

Referenced by cloneNode().

+ Here is the caller graph for this function:

◆ QDomProcessingInstructionPrivate() [2/2]

QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate ( QDomProcessingInstructionPrivate * n,
bool deep )

Definition at line 5466 of file qdom.cpp.

Member Function Documentation

◆ cloneNode()

QDomNodePrivate * QDomProcessingInstructionPrivate::cloneNode ( bool deep = true)
overridevirtual

Reimplemented from QDomNodePrivate.

Definition at line 5472 of file qdom.cpp.

References QDomProcessingInstructionPrivate().

+ Here is the call graph for this function:

◆ nodeType()

QDomNode::NodeType QDomProcessingInstructionPrivate::nodeType ( ) const
inlineoverridevirtual

Reimplemented from QDomNodePrivate.

Definition at line 416 of file qdom_p.h.

References QDomNode::ProcessingInstructionNode.

◆ save()

void QDomProcessingInstructionPrivate::save ( QTextStream & s,
int depth,
int indent ) const
overridevirtual

depth is used for indentation, it seems.

Reimplemented from QDomNodePrivate.

Definition at line 5480 of file qdom.cpp.

References Qt::endl().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: