|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-09-24
|
|
* Created: 2020-09-24
|
|
- * Changed: 2023-02-08
|
|
|
|
|
|
+ * Changed: 2023-02-22
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -23,7 +23,7 @@ namespace ls::std::io
|
|
public:
|
|
public:
|
|
|
|
|
|
explicit XmlNode(::std::string _name);
|
|
explicit XmlNode(::std::string _name);
|
|
- ~XmlNode() override;
|
|
|
|
|
|
+ ~XmlNode() noexcept override;
|
|
|
|
|
|
bool addAttributeAfter(const ::std::shared_ptr<ls::std::io::XmlAttribute> &_attribute, const ::std::string &_name); // nodiscard is optional here
|
|
bool addAttributeAfter(const ::std::shared_ptr<ls::std::io::XmlAttribute> &_attribute, const ::std::string &_name); // nodiscard is optional here
|
|
bool addAttributeBefore(const ::std::shared_ptr<ls::std::io::XmlAttribute> &_attribute, const ::std::string &_name); // nodiscard is optional here
|
|
bool addAttributeBefore(const ::std::shared_ptr<ls::std::io::XmlAttribute> &_attribute, const ::std::string &_name); // nodiscard is optional here
|