MCPcopy Create free account
hub / github.com/MariaDB/server / AddText

Method AddText

storage/connect/domdoc.cpp:594–601  ·  view source on GitHub ↗

/ Add a new text node to this node. */ /

Source from the content-addressed store, hash-verified

592/* Add a new text node to this node. */
593/******************************************************************/
594void DOMNODE::AddText(PGLOBAL g, PCSZ txtp)
595 {
596 MSXML2::IXMLDOMTextPtr tp= Docp->createTextNode((_bstr_t)txtp);
597
598 if (tp != NULL)
599 Nodep->appendChild(tp);
600
601 } // end of AddText
602
603/******************************************************************/
604/* Remove a child node from this node. */

Callers 1

tabxml.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected