VirtualBox

Changeset 64993 in vbox for trunk/include/iprt/cpp/xml.h


Ignore:
Timestamp:
Dec 22, 2016 7:23:15 AM (8 years ago)
Author:
vboxsync
Message:

XML: added new function setContent()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/xml.h

    r62636 r64993  
    831831    }
    832832
     833    ContentNode *setContent(const char *pcszContent);
     834    ContentNode *setContent(const RTCString &strContent)
     835    {
     836        return setContent(strContent.c_str());
     837    }
     838
    833839    AttributeNode *setAttribute(const char *pcszName, const char *pcszValue);
    834840    AttributeNode *setAttribute(const char *pcszName, const RTCString &strValue)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette