Searched refs:IsXMLText (Results 1 – 1 of 1) sorted by relevance
32 inline bool IsXMLText(const CFX_XMLNode* pNode) { in IsXMLText() function39 return pNode && IsXMLText(pNode) ? static_cast<CFX_XMLText*>(pNode) : nullptr; in ToXMLText()43 return pNode && IsXMLText(pNode) ? static_cast<const CFX_XMLText*>(pNode) in ToXMLText()