Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_xmltext.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cfx_xmltext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFX_XMLText
 

Functions

bool IsXMLText (const CFX_XMLNode *pNode)
 
CFX_XMLTextToXMLText (CFX_XMLNode *pNode)
 
const CFX_XMLTextToXMLText (const CFX_XMLNode *pNode)
 

Function Documentation

◆ IsXMLText()

bool IsXMLText ( const CFX_XMLNode * pNode)
inline

Definition at line 32 of file cfx_xmltext.h.

References CFX_XMLNode::GetType(), CFX_XMLNode::kCharData, and CFX_XMLNode::kText.

Referenced by ToXMLText(), and ToXMLText().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ToXMLText() [1/2]

CFX_XMLText * ToXMLText ( CFX_XMLNode * pNode)
inline

Definition at line 38 of file cfx_xmltext.h.

References IsXMLText().

Referenced by CFX_XMLElement::GetTextData(), CXFA_Node::SetToXML(), and TEST().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ToXMLText() [2/2]

const CFX_XMLText * ToXMLText ( const CFX_XMLNode * pNode)
inline

Definition at line 42 of file cfx_xmltext.h.

References IsXMLText().

+ Here is the call graph for this function: