public static Type GetCompiledMasterType (string virtualPath, string inputFile, HttpContext context)
		{
			MasterPageParser mpp = new MasterPageParser (virtualPath, inputFile, context);
			return mpp.CompileIntoType ();
		}