MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / FirstAttribute

Method FirstAttribute

Source/3rdParty/tinyxml2/tinyxml2.h:1225–1227  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1223
1224 /// Return the first attribute in the list.
1225 const XMLAttribute* FirstAttribute() const {
1226 return _rootAttribute;
1227 }
1228 /// Query a specific attribute in the list.
1229 const XMLAttribute* FindAttribute(const char* name) const;
1230

Callers 1

ShallowEqualMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected