MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / RemoveAttribute

Method RemoveAttribute

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

Source from the content-addressed store, hash-verified

1079 void RemoveAttribute( const char * name );
1080 #ifdef TIXML_USE_STL
1081 void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std::string form.
1082 #endif
1083
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected