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

Function xml_object

Core/SoarKernel/src/xml.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void xml_object(agent* pAgent, char const* pTag)
183{
184 soarxml::XMLTrace* pXML = static_cast< soarxml::XMLTrace* >(pAgent->xml_destination);
185
186 pXML->BeginTag(pTag) ;
187 pXML->EndTag(pTag) ;
188}
189
190void xml_object(agent* pAgent, char const* pTag, char const* pAttribute, char const* pValue)
191{

Callers 14

print_symbolFunction · 0.85
xml_whole_tokenFunction · 0.85
xml_auxFunction · 0.85
xml_generate_warningFunction · 0.85
xml_generate_errorFunction · 0.85
xml_generate_messageFunction · 0.85
xml_generate_verboseFunction · 0.85
create_instantiationFunction · 0.85
retract_instantiationFunction · 0.85
write_rhs_function_codeFunction · 0.85

Calls 5

xml_att_valFunction · 0.85
symbol_to_typeStringFunction · 0.85
BeginTagMethod · 0.45
EndTagMethod · 0.45
AddAttributeMethod · 0.45

Tested by

no test coverage detected