public static string convertXMLNodeToString(XMLNode node) { string ret = libsbmlPINVOKE.XMLNode_convertXMLNodeToString(XMLNode.getCPtr(node)); return ret; }