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
QV4::DocumentImpl Class Referencefinal
+ Inheritance diagram for QV4::DocumentImpl:
+ Collaboration diagram for QV4::DocumentImpl:

Public Member Functions

 DocumentImpl ()
 
 ~DocumentImpl () override
 
void addref ()
 
void release ()
 
- Public Member Functions inherited from QQmlRefCounted< DocumentImpl >
void release () const
 
- Public Member Functions inherited from QQmlRefCount
 QQmlRefCount ()
 
void addref () const
 
int count () const
 
- Public Member Functions inherited from QV4::NodeImpl
 NodeImpl ()
 
virtual ~NodeImpl ()
 
void addref ()
 
void release ()
 

Public Attributes

QString version
 
QString encoding
 
bool isStandalone
 
NodeImplroot
 
- Public Attributes inherited from QV4::NodeImpl
Type type
 
QString namespaceUri
 
QString name
 
QString data
 
DocumentImpldocument
 
NodeImplparent
 
QList< NodeImpl * > children
 
QList< NodeImpl * > attributes
 

Additional Inherited Members

- Public Types inherited from QV4::NodeImpl
enum  Type {
  Attr = 2 , CDATA = 4 , Comment = 8 , Document = 9 ,
  DocumentFragment = 11 , DocumentType = 10 , Element = 1 , Entity = 6 ,
  EntityReference = 5 , Notation = 12 , ProcessingInstruction = 7 , Text = 3
}
 
- Protected Member Functions inherited from QQmlRefCounted< DocumentImpl >
 ~QQmlRefCounted ()
 

Detailed Description

Definition at line 121 of file qqmlxmlhttprequest.cpp.

Constructor & Destructor Documentation

◆ DocumentImpl()

QV4::DocumentImpl::DocumentImpl ( )
inline

Definition at line 125 of file qqmlxmlhttprequest.cpp.

References QV4::NodeImpl::Document.

◆ ~DocumentImpl()

QV4::DocumentImpl::~DocumentImpl ( )
inlineoverride

Definition at line 126 of file qqmlxmlhttprequest.cpp.

References root.

Member Function Documentation

◆ addref()

void QV4::DocumentImpl::addref ( )
inline

Definition at line 136 of file qqmlxmlhttprequest.cpp.

References QQmlRefCount::addref().

+ Here is the call graph for this function:

◆ release()

void QV4::DocumentImpl::release ( )
inline

Definition at line 137 of file qqmlxmlhttprequest.cpp.

References QQmlRefCounted< DocumentImpl >::release().

+ Here is the call graph for this function:

Member Data Documentation

◆ encoding

QString QV4::DocumentImpl::encoding

Definition at line 131 of file qqmlxmlhttprequest.cpp.

Referenced by QV4::Document::method_xmlEncoding().

◆ isStandalone

bool QV4::DocumentImpl::isStandalone

Definition at line 132 of file qqmlxmlhttprequest.cpp.

Referenced by QV4::Document::method_xmlStandalone().

◆ root

NodeImpl* QV4::DocumentImpl::root

Definition at line 134 of file qqmlxmlhttprequest.cpp.

Referenced by ~DocumentImpl(), and QV4::Document::method_documentElement().

◆ version

QString QV4::DocumentImpl::version

Definition at line 130 of file qqmlxmlhttprequest.cpp.

Referenced by QV4::Document::method_xmlVersion().


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