MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetCharacterData

Method GetCharacterData

Core/ClientSML/src/sml_ClientXML.cpp:176–179  ·  view source on GitHub ↗

* @brief Get the character data for this element. * * @returns Returns the character data for this element. If the element has no character data, returns zero-length string. * The character data returned will not include any XML escape sequences (e.g. &lt;). * It will include the original special characters (e.g. "<"). *********************************************************

Source from the content-addressed store, hash-verified

174* It will include the original special characters (e.g. "<").
175*************************************************************/
176char const* ClientXML::GetCharacterData() const
177{
178 return m_pElementXML->GetCharacterData() ;
179}
180
181/*************************************************************
182* @brief Returns true if the character data should be treated as a binary buffer

Callers 10

testSimpleMethod · 0.45
testChildrenMethod · 0.45
testParseMethod · 0.45
testBinaryDataMethod · 0.45
GetResultStringMethod · 0.45
GetResultIntMethod · 0.45
GetResultFloatMethod · 0.45
IsXMLTraceEventMethod · 0.45
UpdateAgentListMethod · 0.45
ExecuteCommandLineMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSimpleMethod · 0.36
testChildrenMethod · 0.36
testParseMethod · 0.36
testBinaryDataMethod · 0.36