MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryStringAttribute

Function QueryStringAttribute

external/tinyxml2.h:1422–1429  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1420
1421 /// See QueryIntAttribute()
1422 XMLError QueryStringAttribute(const char* name, const char** value) const {
1423 const XMLAttribute* a = FindAttribute(name);
1424 if (!a) {
1425 return XML_NO_ATTRIBUTE;
1426 }
1427 *value = a->Value();
1428 return XML_SUCCESS;
1429 }
1430
1431
1432

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected