MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / Text

Method Text

TinyXml/include/tinyxml/tinyxml.h:1261–1261  ·  view source on GitHub ↗

Return the handle as a TiXmlText. This may return null.

Source from the content-addressed store, hash-verified

1259 TiXmlElement* Element() const { return ( ( node && node->ToElement() ) ? node->ToElement() : 0 ); }
1260 /// Return the handle as a TiXmlText. This may return null.
1261 TiXmlText* Text() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); }
1262
1263private:
1264 TiXmlNode* node;

Callers

nothing calls this directly

Calls 1

ToTextMethod · 0.80

Tested by

no test coverage detected