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

Method ToElement

Source/3rdParty/tinyxml2/tinyxml2.h:543–545  ·  view source on GitHub ↗

Safely cast to an Element, or null.

Source from the content-addressed store, hash-verified

541
542 /// Safely cast to an Element, or null.
543 virtual XMLElement* ToElement() {
544 return 0;
545 }
546 /// Safely cast to Text, or null.
547 virtual XMLText* ToText() {
548 return 0;

Callers 8

ToElementMethod · 0.45
ToElementMethod · 0.45
FirstChildElementMethod · 0.45
LastChildElementMethod · 0.45
NextSiblingElementMethod · 0.45
ParseDeepMethod · 0.45
ShallowEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected