public bool containsChild(string childName, string container) { bool ret = libsbmlPINVOKE.XMLInputStream_containsChild(swigCPtr, childName, container); return ret; }