You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently XMLNode is always cloning the argument of addChild. It would be nice (and make it much more perfomant, if there was an overload addChildAndAdopt, that directly adopts the child.
The text was updated successfully, but these errors were encountered:
Currently XMLNode is always cloning the argument of addChild. It would be nice (and make it much more perfomant, if there was an overload
addChildAndAdopt
, that directly adopts the child.The text was updated successfully, but these errors were encountered: